Skip to content

Commit 20a4d24

Browse files
committed
v0.7.1
1 parent ba57a62 commit 20a4d24

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Vault Rails Changelog
22

3+
## v0.7.1 (March 24th, 2021)
4+
5+
- Relaxed the dependency requirements for the gem to only depend on ActiveSupport, not the Rails meta gem, which
6+
allows applications using vault-rails to not require all of Rails as necessary transitive
7+
dependencies.
8+
39
## v0.7.0 (October 27th, 2020)
410

511
IMPROVEMENTS

lib/vault/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Vault
22
module Rails
3-
VERSION = "0.7.0"
3+
VERSION = "0.7.1"
44
end
55
end

0 commit comments

Comments
 (0)