Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Mar 3, 2017
1 parent dd8afde commit 5a7475b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vault Ruby Changelog

## v0.7.4 (Unreleased)
## v0.8.0 (March 3, 2017)

BREAKING CHANGES

Expand All @@ -13,7 +13,7 @@ BREAKING CHANGES
BUG FIXES

- Do not convert arrays in #to_h [GH-125]
- Prevent mismatched checkout/checkin from the connection pool
- Prevent mismatched checkout/checkin from the connection pool; this will avoid masking errors that occur on pool checkout.

IMPROVEMENTS

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.3"
VERSION = "0.8.0"
end

0 comments on commit 5a7475b

Please sign in to comment.