diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 8c3d5ea5..b9f435ea 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,22 @@ Spring Vault Changelog ============================= +Changes in version 2.0.0.RC1 +----------------------------------------- +* Support CSR signing, certificate revocation and CRL retrieval #125 +* Support Kubernetes authentication #143 +* Extend Transit API to Support Hashing and Signing Operations #148 +* Provide AuthenticationSteps for token authentication with self-lookup #158 +* Perodic tokens are not refreshed #161 +* Extend Transit API to support Hashing and Signing Operations #162 +* CubbyholeAuthentication doesn't allow unwrapping of something else than a token #164 +* Add the ability to use response wrapping for AppRole secretId responses #165 +* Implementation of Auth Backend with Kubernetes Service Account Token #166 +* Upgrade to Spring Framework 5.0.1 #167 +* Fixing assert to verify the correct variable #170 +* TravisCI build broken #171 +* Upgrade to Vault 0.9.0 #172 + Changes in version 2.0.0.M3 ----------------------------------------- * Add support to manage policies #10 diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index fca9d352..7bd7dc2a 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Vault 2.0.0.BUILD-SNAPSHOT +Spring Vault 2.0.0.RC1 Copyright (c) [2016-2017] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License").