diff --git a/CHANGELOG.md b/CHANGELOG.md index 738d1c8..9c866f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v0.7.0 +------ +- Lazily load AWS/GCS SDK's + v0.6.0 ------ - [BREAKING] Remove support for Ruby 2.6 diff --git a/lib/bucket_store/version.rb b/lib/bucket_store/version.rb index 5195582..4cc5652 100644 --- a/lib/bucket_store/version.rb +++ b/lib/bucket_store/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BucketStore - VERSION = "0.6.0" + VERSION = "0.7.0" end