Skip to content

Commit

Permalink
Bump to 0.7.1 in preparation for release
Browse files Browse the repository at this point in the history
This also involves updating the gemfiles used by appraisal to run the
tests against multiple rails versions to get the new 0.7.1 version.
  • Loading branch information
h-lame committed Nov 21, 2018
1 parent beb5a4e commit 6e19b99
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vault Rails Changelog

## Unreleased
## v0.7.1 (November 21, 2018)

NEW FEATURES
- Support for batch encryption/decryption via `Vault::Rails.batch_encrypt`
Expand Down
4 changes: 2 additions & 2 deletions 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.7.0)
fc-vault-rails (0.7.1)
activerecord (>= 4.2.8, < 6.0)
vault (~> 0.7)

Expand Down Expand Up @@ -148,4 +148,4 @@ DEPENDENCIES
wwtd

BUNDLED WITH
1.16.2
1.16.6
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.0)
fc-vault-rails (0.7.1)
activerecord (>= 4.2.8, < 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.0)
fc-vault-rails (0.7.1)
activerecord (>= 4.2.8, < 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.0)
fc-vault-rails (0.7.1)
activerecord (>= 4.2.8, < 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.0"
VERSION = "0.7.1"
end
end

0 comments on commit 6e19b99

Please sign in to comment.