diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff61e08..8cd741d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog +## 1.1.0 (2024-11-03) + + +### Added + +- Added support for specifying TLS connection parameters to the execution module [#4](https://github.com/salt-extensions/saltext-mysql/issues/4) + + ## v1.0.0 (2024-08-08) 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/4.added.md b/changelog/4.added.md deleted file mode 100644 index a2e3afb1..00000000 --- a/changelog/4.added.md +++ /dev/null @@ -1 +0,0 @@ -Added support for specifying TLS connection parameters to the execution module