Skip to content

Commit

Permalink
Merge pull request #19 from FundingCircle/bump-to-v0.6.1
Browse files Browse the repository at this point in the history
Bump to version 0.6.1
  • Loading branch information
finalwharf authored Oct 16, 2018
2 parents 7d979c5 + dcf526b commit 7cd818d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Vault Rails Changelog

## v0.6.1 (October 16, 2018)

NEW FEATURES
- Allow specifying encoding for decrypted values via `Vault::Rails.encoding`

BUG FIXES
- Stop relying on Rails for default encoding of decrypted values
- Use `ActiveRecord::Base.logger` instead of `Rails.logger`
- When serialising JSON values pass through nil values as nil, not `{}`

## v0.6.0 (October 15, 2018)

NOTABLE CHANGES
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fc-vault-rails (0.6.0)
fc-vault-rails (0.6.1)
activerecord (>= 4.2, < 5.1)
vault (~> 0.7)

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.6.0"
VERSION = "0.6.1"
end
end

0 comments on commit 7cd818d

Please sign in to comment.