Skip to content

Commit

Permalink
Merge pull request #79 from FundingCircle/2_0_2
Browse files Browse the repository at this point in the history
Version 2.0.2
  • Loading branch information
ahmetabdi authored May 17, 2019
2 parents 659ec59 + 0c826c7 commit 7e145d9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Vault Rails Changelog
## 2.0.2 (May 16, 2019)

IMPROVEMENTS
- Fixes issue when a blank string ciphertext is used by the `memory_decrypt` method.

## 2.0.1 (May 2, 2019)

NEW FEATURES
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 (2.0.1)
fc-vault-rails (2.0.2)
activerecord (>= 4.2, < 6.0)
vault (~> 0.7)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fc-vault-rails (2.0.1)
fc-vault-rails (2.0.2)
activerecord (>= 4.2, < 6.0)
vault (~> 0.7)

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

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fc-vault-rails (2.0.1)
fc-vault-rails (2.0.2)
activerecord (>= 4.2, < 6.0)
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,6 +1,6 @@
module Vault
module Rails
VERSION = "2.0.1"
VERSION = "2.0.2"

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

0 comments on commit 7e145d9

Please sign in to comment.