From bc862108ebc445174e77b537b23635fb20deeeb0 Mon Sep 17 00:00:00 2001 From: Michael Brandt Date: Thu, 21 Apr 2016 14:34:42 -0600 Subject: [PATCH] Update CHANGELOG.md, bump version for v1.8.0 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- lib/vSphere/version.rb | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4502738e..1e1788de 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.1 +current_version = 1.8.0 tag = true commit = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 640d92d4..aa21ac58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.8.0 (2016-04-21)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.8.0) + + - Allow VLANs on virtual switches to work correctly + ([adampointer:master](https://github.com/nsidc/vagrant-vsphere/pull/188)). + - Make compatible with `i18n` v0.7.0 (resolving + [#163](https://github.com/nsidc/vagrant-vsphere/pull/163)). + - Add support for specifying a full resource pool name + ([davidhrbac:master](https://github.com/nsidc/vagrant-vsphere/pull/152) and + [#189](https://github.com/nsidc/vagrant-vsphere/pull/189)). + ## [1.7.1 (2016-03-30)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.7.1) - Allow `vagrant status` and `vagrant ssh` to run without a lock diff --git a/README.md b/README.md index 04562181..74c379c3 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ This provider is built on top of the * libxml2, libxml2-dev, libxslt, libxslt-dev ## Current Version -**version: 1.7.1** +**version: 1.8.0** -vagrant-vsphere (**version: 1.7.1**) is available from +vagrant-vsphere (**version: 1.8.0**) is available from [RubyGems.org](https://rubygems.org/gems/vagrant-vsphere) ## Installation diff --git a/lib/vSphere/version.rb b/lib/vSphere/version.rb index ef69847c..7a5d0ec9 100644 --- a/lib/vSphere/version.rb +++ b/lib/vSphere/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module VSphere - VERSION = '1.7.1' + VERSION = '1.8.0' end end