Post-release cleanups.

See gh-92.
This commit is contained in:
Mark Paluch
2017-05-12 10:24:05 +02:00
parent a33156009a
commit 225f0f8229
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored
View File

@@ -13,3 +13,5 @@ target
/vault/
/download/
/work/
pom.xml.releaseBackup
release.properties

View File

@@ -1,6 +1,19 @@
Spring Vault Changelog
=============================
Changes in version 1.0.1.RELEASE
-----------------------------------------
* Add developer, SCM location and project URL to dependency POM #73
* Upgrade to Maven 3.5.0 #73
* VaultTokenRequestBuilder does not consider configured meta attributes #80
* Upgrade to Spring Framework 4.3.8 #81
* Remove Maven settings.xml for TravisCI build and use Maven wrapper #83
* Cannot resolve LocalHost NetworkInterface in MacAddressUserId #84
* LifecycleAwareSessionManager renewal starts eventually #87
* Use remaining token TTL for Cubbyhole authentication #88
* Release 1.0.1 #92
* Include notice and license in jar files #93
Changes in version 1.0.0 GA
-----------------------------------------
* keystore file not created when $JAVA_HOME is not found #62