From 44b6d9f1a4f0e5782aea83a971663c2b71b2377a 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:54:26 +0000 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 8 ++++++++ changelog/4.added.md | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) delete mode 100644 changelog/4.added.md 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