diff --git a/CHANGELOG.md b/CHANGELOG.md index 8199db9e..cd9017ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog +## 1.2.1 (2024-11-07) + + +### Fixed + +- Fixed the client used for unwrapping authentication credentials not respecting `client` configuration when no cached configuration is available [#95](https://github.com/salt-extensions/saltext-vault/issues/95) + + ## v1.2.0 (2024-10-02) diff --git a/changelog/95.fixed.md b/changelog/95.fixed.md deleted file mode 100644 index 270906de..00000000 --- a/changelog/95.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed the client used for unwrapping authentication credentials not respecting `client` configuration when no cached configuration is available