Skip to content

Commit

Permalink
Release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iarenaza committed Jun 26, 2024
1 parent 649bd7b commit 3cd7208
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3cd7208

Please sign in to comment.