Skip to content

Commit

Permalink
Update version to 2.1.2
Browse files Browse the repository at this point in the history
Add rails 7 support
Fixes DEPRECATION WARNING: connection_config is deprecated and will be removed from Rails 7.0
  • Loading branch information
bliof-fc committed Nov 17, 2023
1 parent 679ca5e commit 83ca019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Vault Rails Changelog

## 2.1.2 (September 8, 2023)
## 2.1.2 (November 17, 2023)

IMPROVEMENTS
- Add Rails 7 Support
- Fix "DEPRECATION WARNING: connection_config is deprecated and will be removed from Rails 7.0"

## 2.1.1 (January 31, 2022)

Expand Down
2 changes: 1 addition & 1 deletion lib/vault/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Vault
module Rails
VERSION = "2.1.1"
VERSION = '2.1.2'

def self.latest?
ActiveRecord.version >= Gem::Version.new('5.0.0')
Expand Down

0 comments on commit 83ca019

Please sign in to comment.