From ce440f17903292c9d7c4dcd150b8e0424367fbe4 Mon Sep 17 00:00:00 2001 From: Guillaume Giamarchi Date: Mon, 26 Feb 2018 15:34:43 +0100 Subject: [PATCH] Release 0.12.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 24bc921..e49aab5 100644 --- a/source/CHANGELOG.md +++ b/source/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.12.0 (February 26, 2018) + +FEATURES: + + - Support parallel actions (#130) + # 0.11.0 (August 5, 2017) IMPROVEMENTS: diff --git a/source/lib/vagrant-openstack-provider/version.rb b/source/lib/vagrant-openstack-provider/version.rb index c0a10bd..a7da415 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.11.0' + VERSION = '0.12.0' # # Stable version must respect the naming convention 'x.y.z'