Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisarcand committed Mar 24, 2021
1 parent ba57a62 commit 20a4d24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Vault Rails Changelog

## v0.7.1 (March 24th, 2021)

- Relaxed the dependency requirements for the gem to only depend on ActiveSupport, not the Rails meta gem, which
allows applications using vault-rails to not require all of Rails as necessary transitive
dependencies.

## v0.7.0 (October 27th, 2020)

IMPROVEMENTS
Expand Down
2 changes: 1 addition & 1 deletion lib/vault/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Vault
module Rails
VERSION = "0.7.0"
VERSION = "0.7.1"
end
end

0 comments on commit 20a4d24

Please sign in to comment.