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