Skip to content

Commit

Permalink
Feat: Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed Dec 20, 2019
1 parent 7c9bde1 commit 3a81cfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.1 (2019-12-20)

- Print secret name in lookup warning

## v0.5.0 (2018-11-13)

- Use railtie `#before_configuration` for Sekreto [#23](https://github.com/autolist/sekreto/pull/23) @mattbeedle
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sekreto (0.5.0)
sekreto (0.5.1)
aws-sdk-secretsmanager
multi_json

Expand All @@ -15,10 +15,10 @@ GEM
rubocop-rails (>= 2.3.1)
rubocop-rspec (>= 1.22.1)
aws-eventstream (1.0.3)
aws-partitions (1.228.0)
aws-sdk-core (3.72.0)
aws-partitions (1.258.0)
aws-sdk-core (3.86.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.228.0)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-secretsmanager (1.32.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/sekreto/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sekreto
VERSION = '0.5.0'.freeze
VERSION = '0.5.1'.freeze
end

0 comments on commit 3a81cfc

Please sign in to comment.