From 940e5126a4f4717c95f559c4be07834be1dea176 Mon Sep 17 00:00:00 2001 From: geemus Date: Tue, 18 Jun 2019 08:41:42 -0500 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ lib/fog/version.rb | 2 +- lib/tasks/changelog_task.rb | 1 + 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61d07f59..b055c56bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 2.2.0 06/18/2019 +*Hash* 198649965a63fea6296831689cadda2c06570840 + +Statistic | Value +------------- | --------: +Collaborators | 2 +Forks | 1534 +Open Issues | 4 +Watchers | 4215 + +**MVP!** Conor Tinch + +#### [misc] +* Removed all references to fog-cloudstack. Fog-cloudstack can be added back into lib/fog/bin.rb once we have a fog-cloudstack gem. thanks Conor Tinch +* Added cloudstack in as a provider since there's a gem. thanks Conor Tinch +* Added cloudstack in as a provider since there's a gem. thanks Conor Tinch +* remove fog-joyent from gemspec, at least temporarily. thanks geemus +* bump fog-core version. thanks geemus + + ## 2.1.0 11/12/2018 *Hash* adc3d36e1c47976a1ec2630bd4577e082593c884 diff --git a/lib/fog/version.rb b/lib/fog/version.rb index aced59991..d4b1b8bb2 100644 --- a/lib/fog/version.rb +++ b/lib/fog/version.rb @@ -1,3 +1,3 @@ module Fog - VERSION = '2.1.0' + VERSION = '2.2.0' end diff --git a/lib/tasks/changelog_task.rb b/lib/tasks/changelog_task.rb index 2d59bd2d8..cdfbaec21 100644 --- a/lib/tasks/changelog_task.rb +++ b/lib/tasks/changelog_task.rb @@ -114,6 +114,7 @@ Watchers | #{watchers} 'Chris Roberts', 'Christopher Oliver', 'Colin Hebert', + 'Conor Tinch', 'Daniel Aragao', 'Daniel Reichert', 'Darren Hague',