Skip to content

Commit

Permalink
Bump to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Oct 25, 2016
1 parent 4dbca5d commit acb2f52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Vault Ruby Changelog

## v0.7.3 (October 25, 2016)

BUG FIXES

- Allow options to be set on `Vault` as well as any `Vault::Client`
instance to be used properly.
- Remove Ruby 2.0 syntax in favor of Ruby 1.9

## v0.7.2 (October 24, 2016)

BUG FIXES
Expand Down
2 changes: 1 addition & 1 deletion lib/vault/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vault
VERSION = "0.7.2"
VERSION = "0.7.3"
end

0 comments on commit acb2f52

Please sign in to comment.