From d184584c315de7626a6ca185850ced880baaf8a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:39:00 +0000 Subject: [PATCH] Release v1.0.1 --- CHANGELOG.md | 8 ++++++++ changelog/13.fixed.md | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 changelog/13.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ae660a39..2de0242e 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.1 (2024-11-03) + + +### Fixed + +- Fixed redis library dependency [#13](https://github.com/salt-extensions/saltext-redis/issues/13) + + ## v1.0.0 (2024-08-13) Initial release of `saltext-redis`. This release tracks the functionality in the core Salt code base as of version 3007.1. diff --git a/changelog/13.fixed.md b/changelog/13.fixed.md deleted file mode 100644 index a6187a2a..00000000 --- a/changelog/13.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed redis library dependency