Skip to content

Commit

Permalink
Update version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed Dec 13, 2022
1 parent d7a29ab commit ca07a0d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 3.6.0
* Switch to rbvmomi2 (#281)
* Raise the minimum Ruby version to 2.7 (#280)
* Set server tests to pending
* Remove simplecov setup
* Update vcr to 6.x
* Update Rubocop to 1.39.x
* Raise the minimum Ruby version to 2.7
* Convert to GitHub Actions

## 3.5.2
* Avoid unneeded "get_raw_datacenter" call (#277)
* New NIC ID decrements from initial random int to avoid collisions (#275)

## v3.5.1
* Creating ESX compute resource on vcenter 7.x fails with InvalidArgument: A specified parameter was not correct: deviceChange[1].device.key (#272)

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Francois Herbert <[email protected]>
* Francois Herbert <[email protected]>
* Guido Günther <[email protected]>
* Hao Chang Yu <[email protected]>
* Ivan Nečas <[email protected]>
* Ivo Reznicek <[email protected]>
* J.R. Garcia <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion lib/fog/vsphere/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module Vsphere
VERSION = '3.5.2'.freeze
VERSION = '3.6.0'.freeze
end
end

0 comments on commit ca07a0d

Please sign in to comment.