Skip to content

Commit

Permalink
Bump version to 0.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmet Abdi committed Mar 14, 2019
1 parent de01477 commit 7eabf97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Vault Rails Changelog

## v0.6.12 (March 14, 2019)

NEW FEATURES
- Added `encrypted_where_not` finds encrypted records not matching the specified conditions

## v0.6.11 (March 8, 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 (0.6.11)
fc-vault-rails (0.6.12)
activerecord (>= 4.2, < 5.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.6.11"
VERSION = "0.6.12"
end
end

0 comments on commit 7eabf97

Please # to comment.