Skip to content

Commit

Permalink
Merge pull request #75 from FundingCircle/2_0_0
Browse files Browse the repository at this point in the history
Bump version to 2.0.0
  • Loading branch information
ahmetabdi authored Apr 17, 2019
2 parents b879e6c + 2a4107b commit 0a3898b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Vault Rails Changelog
## 2.0.0 (April 17, 2019)

NEW FEATURES
- Added support for Rails 4.2.x

IMPROVEMENTS
- No longer required to include the module `Vault::AttributeProxy`

BREAKING CHANGES
- You can not pass an `ActiveRecord::Type` through the `type` option on `vault_attribute`, to do this just specify the type as a symbol.

## 1.0.1 (March 14, 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 (1.0.1)
fc-vault-rails (2.0.0)
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 (1.0.1)
fc-vault-rails (2.0.0)
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 (1.0.1)
fc-vault-rails (2.0.0)
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 (1.0.1)
fc-vault-rails (2.0.0)
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 = "1.0.1"
VERSION = "2.0.0"

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

0 comments on commit 0a3898b

Please # to comment.