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 Nov 13, 2018
1 parent e9cf86a commit 086235a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5.0 (2018-09-05)

- Use railtie `#before_configuration` for Sekreto [#23](https://github.com/autolist/sekreto/pull/23) @mattbeedle

## v0.4.0 (2018-09-05)

- Allow no prefix to be used **not recommended**
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sekreto (0.4.0)
sekreto (0.5.0)
aws-sdk-secretsmanager
multi_json

Expand All @@ -13,8 +13,8 @@ GEM
rubocop (>= 0.52.1)
rubocop-rspec (>= 1.22.1)
aws-eventstream (1.0.1)
aws-partitions (1.107.0)
aws-sdk-core (3.36.0)
aws-partitions (1.111.0)
aws-sdk-core (3.38.0)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
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.4.0'.freeze
VERSION = '0.5.0'.freeze
end

0 comments on commit 086235a

Please sign in to comment.