diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index b5807dff..93ba2db1 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -1,12 +1,17 @@ [[new-features]] == New & Noteworthy +[[new-features.1-1-0]] +=== What's new in Spring Vault 1.1.0 + +* <>. +* Configuration of encryption/decryption versions for transit keys. +* Pull mode for <>. +* 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. diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2c88d6a5..354c6571 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -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