Update changelog.

See gh-153.
This commit is contained in:
Mark Paluch
2017-10-05 15:17:37 +02:00
parent f49cad9650
commit 04f8facbbc
2 changed files with 17 additions and 4 deletions

View File

@@ -1,12 +1,17 @@
[[new-features]]
== New & Noteworthy
[[new-features.1-1-0]]
=== What's new in Spring Vault 1.1.0
* <<vault.authentication.awsiam,AWS IAM authentication>>.
* Configuration of encryption/decryption versions for transit keys.
* Pull mode for <<vault.authentication.approle,AppRole authentication>>.
* Transit batch encrypt and decrypt support.
* TTL-based generic secret rotation.
[[new-features.1-0-0]]
=== What's new in Spring Vault 1.0
* Initial Vault support.
[[new-features.1-1-0]]
=== What's new in Spring Vault 1.1.0
* Transit batch encrypt and decrypt support.

View File

@@ -1,6 +1,14 @@
Spring Vault Changelog
=============================
Changes in version 1.1.0.RC1
-----------------------------------------
* Adapt Vault API changes in transit key value/configuration objects #124
* Add support for Batch Encryption/Decryption APIs #137
* Skip Javadoc validation in Javadoc plugin #140
* Add explicit automatic module name for Java 9 #141
* Upgrade dependencies #154
Changes in version 1.1.0.RC1
-----------------------------------------
* Upgrade to Vault 0.8.1 #127