From e5012bf9b1abe94611cc7fca5acf5ceb98df0382 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Mon, 10 Apr 2017 14:44:53 -0700 Subject: [PATCH] Release 0.10.0 --- source/CHANGELOG.md | 6 ++++++ source/lib/vagrant-openstack-provider/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/source/CHANGELOG.md b/source/CHANGELOG.md index ce07f57..156863c 100644 --- a/source/CHANGELOG.md +++ b/source/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.10.0 ( April 11, 2017) + +IMPROVEMENTS: + + - Add snapshot support #296 + # 0.9.0 (January 30, 2016) BUG FIXES: diff --git a/source/lib/vagrant-openstack-provider/version.rb b/source/lib/vagrant-openstack-provider/version.rb index f5fbbe5..ad5ccaa 100644 --- a/source/lib/vagrant-openstack-provider/version.rb +++ b/source/lib/vagrant-openstack-provider/version.rb @@ -4,7 +4,7 @@ module Openstack # Stable versions must respect the pattern given # by VagrantPlugins::Openstack::VERSION_PATTERN # - VERSION = '0.9.0' + VERSION = '0.10.0' # # Stable version must respect the naming convention 'x.y.z'