Skip to content

Commit

Permalink
Merge pull request #65 from FundingCircle/0_7_7
Browse files Browse the repository at this point in the history
Bump version to 0.7.7
  • Loading branch information
ahmetabdi authored Mar 6, 2019
2 parents 0a0406a + 24cc468 commit 3837d77
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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
## 0.7.7 (March 6, 2019)

IMPROVEMENTS
- Updates error message when `vault_uniqueness` is used, so now the `vault_attribute`'s name is used rather than the encrypted column name

## 0.7.6 (February 27, 2019)

IMPROVEMENTS
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 (0.7.6)
fc-vault-rails (0.7.7)
activerecord (>= 5.0.0, < 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 (0.7.6)
fc-vault-rails (0.7.7)
activerecord (>= 5.0.0, < 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 (0.7.6)
fc-vault-rails (0.7.7)
activerecord (>= 5.0.0, < 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,5 +1,5 @@
module Vault
module Rails
VERSION = "0.7.6"
VERSION = "0.7.7"
end
end

0 comments on commit 3837d77

Please sign in to comment.