From 3f014db0f3d45764ca1f8d70fa83bbfdc2c79b48 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Tue, 3 Jan 2017 22:27:59 +0100 Subject: [PATCH] Version bump 0.2.0 --- CHANGELOG.md | 11 +++++++++++ lib/ra10ke/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c87f0b..e7b7182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ CHANGELOG ========= +0.2.0 +----- + +2017-01-03 + +* Moved to [Vox Pupuli](https://voxpupuli.org/) +* [#3](https://github.com/voxpupuli/ra10ke/pull/3) Update ra10ke with r10k 2.4.0 support +* [#4](https://github.com/voxpupuli/ra10ke/pull/4) Added git support + +Many thanks to [Alexander "Ace" Olofsson](https://github.com/ace13) and [James Powis](https://github.com/james-powis) for their contributions! + 0.1.1 ----- diff --git a/lib/ra10ke/version.rb b/lib/ra10ke/version.rb index 742ec43..82262da 100644 --- a/lib/ra10ke/version.rb +++ b/lib/ra10ke/version.rb @@ -1,3 +1,3 @@ module Ra10ke - VERSION = "0.1.1" + VERSION = "0.2.0" end