diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 197c90c4c..227b6f5d2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.2 +current_version = 0.28.3 commit = False tag = False tag_name = {new_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index c65100e4c..2ba7cce54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.28.3](https://github.com/plus3it/watchmaker/releases/tag/0.28.3) + +**Released**: 2024.02.28 + +**Summary**: + +* join-domain-formula + - (Linux) Adds a `clean` state to simplify removing a system from the domain +* name-computer-formula + - (Linux) Creates DNS records using nsupdate when `nameserver` and `dns_domain` + are provided +* scap-formula + - (Linux) Updates ComplianceAsCode scap content to v0.1.70 + ## [0.28.2](https://github.com/plus3it/watchmaker/releases/tag/0.28.2) **Released**: 2023.10.31 diff --git a/docs/conf.py b/docs/conf.py index 76ff4c6e0..3c4c49e33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ # built documents. # # The short X.Y version. -version = '0.28.2' +version = '0.28.3' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.cfg b/setup.cfg index dc13b2ee7..0116f3ef9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ [metadata] name = watchmaker description = Applied Configuration Management -version = 0.28.2 +version = 0.28.3 long_description = file: README.md, CHANGELOG.md long_description_content_type = text/markdown author = Plus3IT Maintainers of Watchmaker