diff --git a/CHANGELOG.md b/CHANGELOG.md index d494d565..344e19ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ -## v2.0.1 (UNRELEASED) +## v2.0.1 - Vault v0.10.1 - Simplify cleanup task in remote install - enable_ui option (thanks @aarnaud) - Enhance API reachable check (thanks @aarnaud) +- Add support for HTTPS in Consul backend (thanks @eripa) +- Add support for HTTP 429 when vault_cluster_disable false (thanks @eripa) +- Update CONTRIBUTORS - Update documentation -- Add support for HTTPS in Consul backend ## v2.0.0 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 512007cb..b88a8d06 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -14,3 +14,4 @@ Thank you to all these fine folks for helping with ansible-vault! - [@calebtonn](https://github.com/calebtonn) - [@rarguelloF](https://github.com/rarguelloF) - [@aarnaud](https://github.com/aarnaud) +- [@eripa](https://github.com/eripa) diff --git a/version.txt b/version.txt index 46b105a3..0ac852dd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.0.0 +v2.0.1