Skip to content

Commit

Permalink
Update CHANGELOG.md for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisarcand committed Oct 27, 2020
1 parent 91228ba commit 663aec6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Vault Rails Changelog

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

IMPROVEMENTS

- Added support for the Vault Enterprise transform secrets engine, extending 'vault_attribute' with a 'transform_secret'
hash that allows for format-preserving encryption [GH-102]

BUG FIXES

- Fixed an issue in newer versions of ActiveRecord where you could not access an encrypted attribute after a 'destroy'
(for instance, as part of a dependant: :destroy chain). Attributes are now decrypted before a destroy, as a result.
- Fixed a regression where attributes being assigned to nil would be not respected [GH-107]

BREAKING CHANGES

- Dropped support for Rails 4.2 [GH-108]

## v0.6.0 (May 11th, 2020)

IMPROVEMENTS
Expand Down

0 comments on commit 663aec6

Please sign in to comment.