Skip to content

Commit

Permalink
v2.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: JJ Asghar <[email protected]>
  • Loading branch information
JJ Asghar committed Jun 1, 2018
1 parent 383775a commit 9fe8daf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Change Log

## [v2.1.0](https://github.com/chef-partners/chef-provisioning-vsphere/tree/v2.1.0)
## [v2.2.0](https://github.com/chef-partners/chef-provisioning-vsphere/tree/v2.2.0)

[Full Changelog](https://github.com/chef-partners/chef-provisioning-vsphere/compare/v2.1.0...v2.2.0)

**Merged pull requests:**

- Save VM properties to kitchen state file after cloning [\#83](https://github.com/chef-partners/chef-provisioning-vsphere/pull/83) ([josh-barker](https://github.com/josh-barker))
- allow chef14 [\#82](https://github.com/chef-partners/chef-provisioning-vsphere/pull/82) ([jjlimepoint](https://github.com/jjlimepoint))
- Main disk size and rework of ip\_to\_bootstrap\(\) [\#72](https://github.com/chef-partners/chef-provisioning-vsphere/pull/72) ([algaut](https://github.com/algaut))

## [v2.1.0](https://github.com/chef-partners/chef-provisioning-vsphere/tree/v2.1.0) (2018-03-02)
[Full Changelog](https://github.com/chef-partners/chef-provisioning-vsphere/compare/v2.0.10...v2.1.0)

**Closed issues:**
Expand Down
2 changes: 1 addition & 1 deletion lib/chef/provisioning/vsphere_driver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Provisions machines in vSphere.
module ChefProvisioningVsphere
# The version of this awesome Gem. BOOM.
VERSION = '2.1.0'.freeze
VERSION = '2.2.0'.freeze
end

0 comments on commit 9fe8daf

Please sign in to comment.