Skip to content

Commit

Permalink
Merge pull request #81 from FundingCircle/2_0_3
Browse files Browse the repository at this point in the history
Version 2.0.3
  • Loading branch information
Ahmet Abdi authored Aug 22, 2019
2 parents 2af00f6 + 191b1ee commit d5d8bbc
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.3 (August 22, 2019)

BUG FIXES
- Fix bug where JSONSerializer would raise an error when passed a string

## 2.0.2 (May 16, 2019)

IMPROVEMENTS
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.2)
fc-vault-rails (2.0.3)
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.2)
fc-vault-rails (2.0.3)
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.2)
fc-vault-rails (2.0.3)
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.2)
fc-vault-rails (2.0.3)
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.2"
VERSION = "2.0.3"

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

0 comments on commit d5d8bbc

Please # to comment.