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'