Skip to content

Commit

Permalink
Update CHANGELOG.md, bump version for v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljb committed Apr 21, 2016
1 parent 20d4295 commit bc86210
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.1
current_version = 1.8.0
tag = true
commit = true

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vSphere/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module VSphere
VERSION = '1.7.1'
VERSION = '1.8.0'
end
end

0 comments on commit bc86210

Please sign in to comment.