diff --git a/CHANGELOG.md b/CHANGELOG.md index 65694c8..997fd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ + +## [v0.4.0] - 2021-12-05 +### Features +- **pterodactyl_wings:** use new config layout ([#23](https://github.com/maxhoesel/ansible-collection-pterodactyl/issues/23)) ([71b8e5a](https://github.com/maxhoesel/ansible-collection-pterodactyl/commit/71b8e5a)) [Max Hösel] + + ## [v0.3.0] - 2021-12-04 ### Bug Fixes @@ -50,6 +56,7 @@ - initial commit ([804960b](https://github.com/maxhoesel/ansible-collection-pterodactyl/commit/804960b)) [Max Hösel] +[v0.4.0]: https://github.com/maxhoesel/ansible-collection-pterodactyl/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/maxhoesel/ansible-collection-pterodactyl/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/maxhoesel/ansible-collection-pterodactyl/compare/v0.1.2...v0.2.0 [v0.1.2]: https://github.com/maxhoesel/ansible-collection-pterodactyl/compare/v0.1.1...v0.1.2 diff --git a/galaxy.yml b/galaxy.yml index a2eafcf..94f9775 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: maxhoesel name: pterodactyl # The version of the collection. Must be compatible with semantic versioning -version: 0.3.0 +version: 0.4.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md