From be706e503a67a7b80e2f1a993bc7c6df00b0fe9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 06:25:35 +0000 Subject: [PATCH] Release v1.0.1 --- CHANGELOG.md | 7 +++++++ changelog/14.fixed.md | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 changelog/14.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 360f1a5..95d9f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog +## 1.0.1 (2025-12-08) + + +### Fixed + +- Switch apache2ctl to apachectl for SUSE distributions [#14](https://github.com/salt-extensions/saltext-apache/issues/14) + ## v1.0.0 (2024-08-19) Initial release of `saltext-mysql`. This release tracks the functionality in the core Salt code base as of version 3007.1. diff --git a/changelog/14.fixed.md b/changelog/14.fixed.md deleted file mode 100644 index 70e8f31..0000000 --- a/changelog/14.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Switch apache2ctl to apachectl for SUSE distributions