Skip to content

Commit

Permalink
Merge pull request #84 from FundingCircle/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
Kleber Correia authored Dec 2, 2019
2 parents 7e700d9 + e39ed30 commit d6a60ad
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Vault Rails Changelog

## 2.0.4 (December 2, 2019)

IMPROVEMENTS
- Add Rails 6 Support
- Get rid of travis in the build pipeline

## 2.0.3 (August 22, 2019)

BUG FIXES
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.3)
fc-vault-rails (2.0.4)
activerecord (>= 4.2)
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.3)
fc-vault-rails (2.0.4)
activerecord (>= 4.2)
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.3)
fc-vault-rails (2.0.4)
activerecord (>= 4.2)
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.3)
fc-vault-rails (2.0.4)
activerecord (>= 4.2)
vault (~> 0.7)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
fc-vault-rails (2.0.3)
fc-vault-rails (2.0.4)
activerecord (>= 4.2)
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.3"
VERSION = "2.0.4"

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

0 comments on commit d6a60ad

Please sign in to comment.