From 992447b13e3a30f9565f02bb82b500f88029a09f Mon Sep 17 00:00:00 2001 From: Corey Osman Date: Wed, 31 Jul 2019 19:57:57 -0500 Subject: [PATCH] Bumps version to 0.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ lib/ra10ke/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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