diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d6649..7c49955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ CHANGELOG ========= +0.6.0 +----- + +2019-07-30 + +Closed Pull Requests: + +* [#35](https://github.com/voxpupuli/ra10ke/pull/35) Adds new validate task for verifying the integrity of all modules specified in the Puppetfile +* [#33](https://github.com/voxpupuli/ra10ke/pull/33) Refactor tasks, Version tag handling fix, purge option +* [#32](https://github.com/voxpupuli/ra10ke/pull/32) Make it possible to configure the tasks in the rakefile + +Many thanks to the following contributors for submitting PRs: + +* [Corey Osman](https://github.com/logicminds) +* [Andreas Zuber](https://github.com/ZeroPointEnergy) + 0.5.0 ----- diff --git a/lib/ra10ke/version.rb b/lib/ra10ke/version.rb index 8b6ed7e..2fd3321 100644 --- a/lib/ra10ke/version.rb +++ b/lib/ra10ke/version.rb @@ -1,3 +1,3 @@ module Ra10ke - VERSION = "0.5.0" + VERSION = "0.6.0" end