Skip to content

Commit

Permalink
Merge pull request #73 from gocardless/new-release
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
benk-gc authored Apr 24, 2024
2 parents 8a14702 + 7724223 commit aa04186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.7.0
------
- Lazily load AWS/GCS SDK's

v0.6.0
------
- [BREAKING] Remove support for Ruby 2.6
Expand Down
2 changes: 1 addition & 1 deletion lib/bucket_store/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BucketStore
VERSION = "0.6.0"
VERSION = "0.7.0"
end

0 comments on commit aa04186

Please sign in to comment.