Skip to content

Commit

Permalink
Update CHANGELOG.md, bump version for v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljb committed Mar 30, 2016
1 parent ab63afa commit a3147f6
Show file tree
Hide file tree
Showing 4 changed files with 9 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.0
current_version = 1.7.1
tag = true
commit = true

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [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
([Sharpie:dont-lock-for-ssh](https://github.com/nsidc/vagrant-vsphere/pull/184)).

## [1.7.0 (2016-03-14)](https://github.com/nsidc/vagrant-vsphere/releases/tag/v1.7.0)

- Add support for setting guestinfo variables
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.0**
**version: 1.7.1**

vagrant-vsphere (**version: 1.7.0**) is available from
vagrant-vsphere (**version: 1.7.1**) 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.0'
VERSION = '1.7.1'
end
end

0 comments on commit a3147f6

Please sign in to comment.