Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ivgiuliani committed Oct 29, 2021
1 parent 0ce66f3 commit 9ba2417
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.4.0
------
- Add an `.exists?` method that returns `true`/`false` depending on whether a given
key exists or not.

v0.3.0
------
- Add support for S3
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.3.0"
VERSION = "0.4.0"
end

0 comments on commit 9ba2417

Please sign in to comment.