From 97ce845beab8613621dd556ca84c8a899aec04f3 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 10 Sep 2018 14:59:34 +0200 Subject: [PATCH] Update changelog. See gh-307. --- src/main/resources/changelog.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index d18948c5..bd18d4fd 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,34 @@ Spring Vault Changelog ============================= +Changes in version 2.0.2.RELEASE +----------------------------------------- +* Provide a richer subclass strata of VaultException #203 +* Release Spring Vault 2.0.1.RELEASE #229 +* Upgrade to Vault 0.10.0 #240 +* VaultTokenRequest noParent field serializes incorrectly in JSON #243 +* ClientHttpRequestFactoryFactory checks for wrong Netty class on path (Spring Data Redis conflict) #249 +* Upgrade to Spring Framework 5.0.6 #251 +* Upgrade to netty 4.1.25.Final #254 +* Upgrade to Vault 0.10.3 #258 +* Issuing PKI certificate with TTL results in Vault error due to number format #263 +* Upgrade to Apache HttpClient 4.5.6 #266 +* Upgrade to HttpCore 4.4.10 #267 +* Upgrade to Netty 4.1.28.Final #268 +* Upgrade to Jackson 2.9.6 #270 +* Upgrade to AWS SDK 1.11.376 #271 +* Generate subject alt name in local certificate #274 +* Add support for Azure Auth Method #284 +* Pretty-print JSON for policy creation #288 +* Upgrade to Spring Framework 5.0.8 #289 +* Fix reference documentation links #291 +* Upgrade to netty 4.1.29.Final #293 +* Upgrade to AWS SDK 1.11.404 #295 +* Upgrade to Reactor Bismuth SR11 #299 +* Upgrade to Spring Framework 5.0.9 #303 +* Upgrade to Spring Security 5.0.7 #305 +* Upgrade to Spring Data Kay SR10 #306 + Changes in version 2.0.1.RELEASE ----------------------------------------- * VaultSysTemplate.getPolicyName should not throw an exception for not found policies #202