diff --git a/CHANGELOG b/CHANGELOG index e69de29..8e8dc62 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -0,0 +1,4 @@ +0.1.1 + +Updated template with new image_id for Brightbox, + diff --git a/lib/testbot_cloud/version.rb b/lib/testbot_cloud/version.rb index 994a959..faf1453 100644 --- a/lib/testbot_cloud/version.rb +++ b/lib/testbot_cloud/version.rb @@ -1,3 +1,3 @@ module TestbotCloud - VERSION = "0.1.0" + VERSION = "0.1.1" end