From 75a1f87624913601f87b5b81dd14b6d8c8e0341f Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Fri, 21 Apr 2017 15:04:36 +0200 Subject: [PATCH] Bump version --- Changelog.md | 4 ++++ lib/rainbow/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 5ca2785..9704b29 100644 --- a/Changelog.md +++ b/Changelog.md @@ -81,3 +81,7 @@ # 2.2.1 (2016-12-28) * fixed gem installation (2.2.0 was a broken release) + +# 2.2.2 (2017-04-21) + +* added explicit rake dependency to fix installation issue diff --git a/lib/rainbow/version.rb b/lib/rainbow/version.rb index 33ae423..6ee0f82 100644 --- a/lib/rainbow/version.rb +++ b/lib/rainbow/version.rb @@ -1,3 +1,3 @@ module Rainbow - VERSION = "2.2.1".freeze + VERSION = "2.2.2".freeze end