diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de0242e..da1be099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog +## 1.0.2 (2025-02-14) + + +### Fixed + +- fixed saltext-redis is not working correctly with clustered redis [#18](https://github.com/salt-extensions/saltext-redis/issues/18) + + ## 1.0.1 (2024-11-03) diff --git a/changelog/18.fixed.md b/changelog/18.fixed.md deleted file mode 100644 index 677b8794..00000000 --- a/changelog/18.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fixed saltext-redis is not working correctly with clustered redis