Skip to content

Commit

Permalink
feat: Version bump to 0.1.3
Browse files Browse the repository at this point in the history
- Update CHANGELOG
- Set new version
  • Loading branch information
mtchavez committed May 1, 2018
1 parent 3cca53e commit ae83cd2
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.1.3 (2018-05-01)

- Capture exceptions and use fallback when getting secrets values

## v0.1.1 (2018-04-27)

- Initial release of gem
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.1.2)
sekreto (0.1.3)
aws-sdk-secretsmanager
multi_json
rails (>= 4.1, < 5.3)
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.1.2'.freeze
VERSION = '0.1.3'.freeze
end

0 comments on commit ae83cd2

Please sign in to comment.