diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..43c7ffe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# Changelog + +All notable changes to this project will be documented in this file. +Each new release typically also includes the latest modulesync defaults. +These should not affect the functionality of the module. + +## [v1.0.0](https://github.com/opus-codium/puppet-rwhod/tree/v1.0.0) (2024-09-03) + +[Full Changelog](https://github.com/opus-codium/puppet-rwhod/compare/b20c0186715e617509616cd1706e8b1207247ca6...v1.0.0) + +**Breaking changes:** + +- Drop Puppet 6 \(EOL\) [\#25](https://github.com/opus-codium/puppet-rwhod/pull/25) ([smortex](https://github.com/smortex)) +- Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#17](https://github.com/opus-codium/puppet-rwhod/pull/17) ([smortex](https://github.com/smortex)) + +**Implemented enhancements:** + +- Add support for FreeBSD 14 [\#28](https://github.com/opus-codium/puppet-rwhod/pull/28) ([smortex](https://github.com/smortex)) +- Add support for Debian 12 [\#27](https://github.com/opus-codium/puppet-rwhod/pull/27) ([smortex](https://github.com/smortex)) +- Add support for Puppet 8 [\#22](https://github.com/opus-codium/puppet-rwhod/pull/22) ([smortex](https://github.com/smortex)) +- Add support for FreeBSD 13 [\#20](https://github.com/opus-codium/puppet-rwhod/pull/20) ([smortex](https://github.com/smortex)) +- Add support for Debian 11 [\#19](https://github.com/opus-codium/puppet-rwhod/pull/19) ([smortex](https://github.com/smortex)) +- Add REFERENCE.md [\#12](https://github.com/opus-codium/puppet-rwhod/pull/12) ([neomilium](https://github.com/neomilium)) +- Add documentation [\#6](https://github.com/opus-codium/puppet-rwhod/pull/6) ([smortex](https://github.com/smortex)) + +**Fixed bugs:** + +- Remove explicit data\_provider from metadata.json [\#14](https://github.com/opus-codium/puppet-rwhod/pull/14) ([smortex](https://github.com/smortex)) + +**Merged pull requests:** + +- Sync with modulesync 2.3.0 [\#16](https://github.com/opus-codium/puppet-rwhod/pull/16) ([smortex](https://github.com/smortex)) +- Sync with modulesync 2.2.0 [\#15](https://github.com/opus-codium/puppet-rwhod/pull/15) ([smortex](https://github.com/smortex)) +- Sync with modulesync 2.1.0 [\#13](https://github.com/opus-codium/puppet-rwhod/pull/13) ([smortex](https://github.com/smortex)) +- Add a GitHub action for publishing to the forge [\#11](https://github.com/opus-codium/puppet-rwhod/pull/11) ([smortex](https://github.com/smortex)) +- Switch from Travis CI to GitHub Actions [\#10](https://github.com/opus-codium/puppet-rwhod/pull/10) ([neomilium](https://github.com/neomilium)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/metadata.json b/metadata.json index 6a9db4e..a78c391 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "opuscodium-rwhod", - "version": "0.0.0", + "version": "1.0.0", "author": "Opus Codium", "summary": "Manage the rwhod daemon", "license": "Apache-2.0",