diff --git a/CHANGELOG.md b/CHANGELOG.md index b75d4ae..df0f469 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.6.8 - 2021-12-17 ### Changed - Bump `object-storage.core` dependency to get updated specs for `get-object-url-opts` diff --git a/project.clj b/project.clj index bf998b2..5237142 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject magnet/object-storage.s3 "0.6.7" +(defproject magnet/object-storage.s3 "0.6.8" :description "A Duct library for managing AWS S3 objects" :url "https://github.com/magnetcoop/object-storage.s3" :license {:name "Mozilla Public Licence 2.0"