From ec8b618d1709b48ceb449c7912dc8d21fff95141 Mon Sep 17 00:00:00 2001 From: Guillaume Giamarchi Date: Sat, 5 Aug 2017 19:15:07 +0200 Subject: [PATCH] Release 0.11.0 --- source/CHANGELOG.md | 21 ++++++++++++++++++- .../lib/vagrant-openstack-provider/version.rb | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/source/CHANGELOG.md b/source/CHANGELOG.md index 156863c..24bc921 100644 --- a/source/CHANGELOG.md +++ b/source/CHANGELOG.md @@ -1,4 +1,23 @@ -# 0.10.0 ( April 11, 2017) +# 0.11.0 (August 5, 2017) + +IMPROVEMENTS: + + - Implement a test suite running all samples #331 + - Add test for config.ssh.insert_key = false #332 + +FEATURES: + + - Add "ssl_verify_peer" in config for self-signed certs #85 #320 + - Add "ssl_ca_file" in config for self-signed certs #329 + +BUG FIXES: + + - Handling of asynchronous floating IP assignment #324 + - Fix floating IP assignement #330 + - Respect config.ssh.insert_key #328 + + +# 0.10.0 (April 11, 2017) IMPROVEMENTS: diff --git a/source/lib/vagrant-openstack-provider/version.rb b/source/lib/vagrant-openstack-provider/version.rb index ad5ccaa..c0a10bd 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.10.0' + VERSION = '0.11.0' # # Stable version must respect the naming convention 'x.y.z'