From f33460765f71fd78a52bc3243bce6c42691def3e Mon Sep 17 00:00:00 2001 From: Jonathan Hartman Date: Tue, 9 Dec 2014 17:22:23 -0800 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 2 +- lib/kitchen/driver/rackspace_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc862a2..7f9a628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# ?.?.? / ????-??-?? +# 0.14.0 / 2014-12-09 * PR [#45][] - Add Ubuntu 14.10 and Fedora 21 * PR [#44][] - Update all image IDs, add CentOS/Red Hat 5.11 and Red Hat 6.6, diff --git a/lib/kitchen/driver/rackspace_version.rb b/lib/kitchen/driver/rackspace_version.rb index bdea60d..0fc82c6 100644 --- a/lib/kitchen/driver/rackspace_version.rb +++ b/lib/kitchen/driver/rackspace_version.rb @@ -21,6 +21,6 @@ module Kitchen # # @author Jonathan Hartman module Driver - RACKSPACE_VERSION = '0.13.1.dev' + RACKSPACE_VERSION = '0.14.0' end end