diff --git a/CHANGELOG.md b/CHANGELOG.md index b849704..8bf2705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,16 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog -# Saltext.Consul 1.0.0 (2024-01-13) +## 1.1.0 (2024-02-15) + + +### Fixed + +- fixed Rules attribute formatting to allow for proper creation [#7](https://github.com/salt-extensions/saltext-consul/issues/7) + + +## 1.0.0 (2024-01-13) + ### Added diff --git a/changelog/7.fixed.md b/changelog/7.fixed.md deleted file mode 100644 index b024483..0000000 --- a/changelog/7.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fixed Rules attribute formatting to allow for proper creation diff --git a/docs/conf.py b/docs/conf.py index ac18474..01c5561 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -125,8 +125,6 @@ autosummary_generate = False -suppress_warnings = ["myst.header"] - # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for