Skip to content

Commit

Permalink
Bump to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Apr 19, 2017
1 parent f042696 commit dcbc890
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Vault Ruby Changelog

## v0.10.0 (April 19, 2017)

IMPROVEMENTS

- `#with_retries` now defaults to checking `HTTPServerError` if called without
an error classes

BUG FIXES

- Don't randomly fail when parsing with Time.parse [GH-140]


## v0.9.0 (March 10, 2017)

IMPROVEMENTS
Expand All @@ -18,7 +30,7 @@ BREAKING CHANGES

BUG FIXES

- Do not convert arrays in #to_h [GH-125]
- Do not convert arrays in `#to_h` [GH-125]
- 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.9.0"
VERSION = "0.10.0"
end

0 comments on commit dcbc890

Please sign in to comment.