Skip to content

Commit

Permalink
Update CHANGELOG.md for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Voswinkel committed May 11, 2020
1 parent 1fec86c commit 1f46bc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Vault Rails Changelog

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

IMPROVEMENTS

- Added support for Rails 5.2+ (including 6.0+)
- Added ciphertext prefixes in development/test environments to more closely resemble production environments
- Added single-decrypt functionality to allow clients to request individual attributes rather than exposing an entire model with one call

BREAKING CHANGES

- Ciphertext prefixes may break development environments for some users. If this occurs, a restart may fix the issue. Feel free to let the maintainers know if this is not the case.

## v0.5.0 (June 20th, 2019)

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.5.0"
VERSION = "0.6.0"
end
end

0 comments on commit 1f46bc4

Please sign in to comment.