diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 29749b7b..810d3d4c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,20 @@ Spring Vault Changelog ============================= +Changes in version 1.1.2.RELEASE +----------------------------------------- +* Support Vault HA with redirects #184 +* PrefixAwareUriTemplateHandler adds leading slash to absolute URIs #206 +* Fix Javadoc example code in SecretLeaseContainer #209 +* Rotate non-renewable secrets #215 +* Client sending Vault an expired token resulting in failures of all Vault calls #222 +* Batch decryption fails if plaintext is empty #223 +* Upgrade to Spring Framework 4.3.15.RELEASE #226 +* Upgrade to HttpClient 4.5.5 #230 +* Upgrade to HttpCore 4.4.9 #231 +* Upgrade to netty 4.1.22.Final #232 +* Upgrade to Jackson 2.8.11.1 #233 + Changes in version 1.1.1.RELEASE ----------------------------------------- * Upgrade to Spring Framework 4.3.12 #160