From 3cd72082aa7d7dd2cdc00c825f2a438d3505a6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Arenaza?= Date: Wed, 26 Jun 2024 20:40:03 +0200 Subject: [PATCH] Release v0.7.3 --- CHANGELOG.md | 5 ++++- project.clj | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d098cb..d89ad95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ file. This change log follows the conventions of ## [Unreleased] +## [0.7.3] - 2024-06-26 ### Fixed - Upgrade Amazonica to latest version, to make the S3 client side encryption respect specified endpoints. Otherwise it prevented the whole thing from working if we were using a S3-compatible service from another cloud provider. @@ -83,7 +84,9 @@ file. This change log follows the conventions of ### Changed - Use the protocol definition in [dev.gethop.object-storage.core](https://github.com/gethop-dev/object-storage.core) instead of a local definition (it doesn't affect the functionality). -[Unreleased]: https://github.com/gethop-dev/object-storage.s3/compare/v0.7.1...HEAD +[Unreleased]: https://github.com/gethop-dev/object-storage.s3/compare/v0.7.3...HEAD +[0.7.3]: https://github.com/gethop-dev/object-storage.s3/releases/tag/v0.7.3 +[0.7.2]: https://github.com/gethop-dev/object-storage.s3/releases/tag/v0.7.2 [0.7.1]: https://github.com/gethop-dev/object-storage.s3/releases/tag/v0.7.1 [0.7.0]: https://github.com/gethop-dev/object-storage.s3/releases/tag/v0.7.0 [0.6.10]: https://github.com/gethop-dev/object-storage.s3/releases/tag/v0.6.10 diff --git a/project.clj b/project.clj index 3681b78..f8d614e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dev.gethop/object-storage.s3 "0.7.3-SNAPSHOT" +(defproject dev.gethop/object-storage.s3 "0.7.3" :description "A Duct library for managing AWS S3 objects" :url "https://github.com/gethop-dev/object-storage.s3" :license {:name "Mozilla Public Licence 2.0"