Skip to content

Commit

Permalink
Update vault dependency (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudomateo committed Sep 14, 2023
1 parent 536bfe7 commit 944c525
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

- Added HashiCorp, Inc. copyright statements to source code files.

## v0.9.0 (September 14, 2023)

IMPROVEMENTS

- Updated the `vault` dependency to `v0.18.0` to support TLS v1.3.

## v0.8.0 (May 23, 2022)

IMPROVEMENTS
Expand Down
2 changes: 1 addition & 1 deletion lib/vault/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

module Vault
module Rails
VERSION = "0.8.0"
VERSION = "0.9.0"
end
end
2 changes: 1 addition & 1 deletion vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["spec/**/*"]

s.add_dependency "activesupport", ">= 5.0"
s.add_dependency "vault", "~> 0.17"
s.add_dependency "vault", "~> 0.18"

s.add_development_dependency "bundler"
s.add_development_dependency "pry"
Expand Down

0 comments on commit 944c525

Please sign in to comment.