Update changelog.

See gh-643.
This commit is contained in:
Mark Paluch
2021-03-16 11:06:00 +01:00
parent a2888aeea7
commit d5d3135bab
2 changed files with 10 additions and 1 deletions

View File

@@ -60,7 +60,7 @@
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.14</httpcore.version>
<jetty-reactive-httpclient.version>1.1.6</jetty-reactive-httpclient.version>
<netty.version>4.1.56.Final</netty.version>
<netty.version>4.1.60.Final</netty.version>
<okhttp3.version>3.14.9</okhttp3.version>
<jackson-databind.version>2.12.2</jackson-databind.version>
<aws-java-sdk.version>1.11.975</aws-java-sdk.version>

View File

@@ -1,6 +1,15 @@
Spring Vault Changelog
=============================
Changes in version 2.3.2 (2021-03-16)
-------------------------------------
* Move off deprecated GoogleCredential IAM authentication method to IAM credentials #600
* Upgrade dependencies #632
* Add ability to configure client TLS enabled protocol versions and cipher suites via Spring properties #635
* Allow external injection of Loggers into SecretLeaseContainer and PropertySources #636
* Update Sonatype endpoint #641
* Upgrade dependencies #64
Changes in version 2.3.1 (2021-02-16)
-------------------------------------
* Release Spring Vault 2.3.0 #608