Skip to content

Commit

Permalink
chore: Bump gem version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed Sep 5, 2018
1 parent 517dca1 commit 774d02a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.0 (2018-09-05)

- Allow no prefix to be used **not recommended**

## v0.3.0 (2018-08-31)

- Add custom prefix input when getting values
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sekreto (0.3.0)
sekreto (0.4.0)
aws-sdk-secretsmanager
multi_json

Expand Down
2 changes: 1 addition & 1 deletion lib/sekreto/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sekreto
VERSION = '0.3.0'.freeze
VERSION = '0.4.0'.freeze
end

0 comments on commit 774d02a

Please sign in to comment.