Skip to content

Commit 48cb396

Browse files
committed
Bump to v0.11
1 parent e26a32d commit 48cb396

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# Vault Ruby Changelog
22

3+
## v0.11.0 (March 19, 2018)
4+
5+
IMPROVEMENTS
6+
7+
- Access to health has been added.
8+
- Added ability to handle a Base64 encoded PEM (useful for certs in environment variables)
9+
- Added IAM EC2 authentication support
10+
- Add custom mount path support to TLS authentication
11+
312
## v0.10.1 (May 8, 2017)
413

514
IMPROVEMENTS
615

716
- `vault-ruby` is licensed under Mozilla Public License 2.0, and has been for over 2 years. This patch release updates the gemspec to use the correct SPDX ID string for reporting this license, but **no change to the licensing of this gem has occurred**.
817

18+
919
## v0.10.0 (April 19, 2017)
1020

1121
IMPROVEMENTS

lib/vault/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Vault
2-
VERSION = "0.10.1"
2+
VERSION = "0.11.0"
33
end

0 commit comments

Comments
 (0)