From 5c39cfa40e57fb5500b84931d0af989b1578e14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Arenaza?= Date: Sun, 7 May 2023 12:29:06 +0200 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 5 ++++- project.clj | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d54d920..d581729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). ## [Unreleased] + +## [0.7.0] - 2023-05-07 ### Changed - Bump `integrant`, `amazonica` and AWS Java SDK dependencies. @@ -65,7 +67,8 @@ 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.6.10...HEAD +[Unreleased]: https://github.com/gethop-dev/object-storage.s3/compare/v0.7.0...HEAD +[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 [0.6.9]: https://github.com/gethop-dev/object-storage.s3/releases/tag/v0.6.9 [0.6.8]: https://github.com/gethop-dev/object-storage.s3/releases/tag/v0.6.8 diff --git a/project.clj b/project.clj index 3154dfe..de4289a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dev.gethop/object-storage.s3 "0.6.11-SNAPSHOT" +(defproject dev.gethop/object-storage.s3 "0.7.0" :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"