Skip to content

Commit ca07a0d

Browse files
committed
Update version to 3.6.0
1 parent d7a29ab commit ca07a0d

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 3.6.0
2+
* Switch to rbvmomi2 (#281)
3+
* Raise the minimum Ruby version to 2.7 (#280)
4+
* Set server tests to pending
5+
* Remove simplecov setup
6+
* Update vcr to 6.x
7+
* Update Rubocop to 1.39.x
8+
* Raise the minimum Ruby version to 2.7
9+
* Convert to GitHub Actions
10+
11+
## 3.5.2
12+
* Avoid unneeded "get_raw_datacenter" call (#277)
13+
* New NIC ID decrements from initial random int to avoid collisions (#275)
14+
115
## v3.5.1
216
* Creating ESX compute resource on vcenter 7.x fails with InvalidArgument: A specified parameter was not correct: deviceChange[1].device.key (#272)
317

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Francois Herbert <[email protected]>
1919
* Francois Herbert <[email protected]>
2020
* Guido Günther <[email protected]>
21+
* Hao Chang Yu <[email protected]>
2122
* Ivan Nečas <[email protected]>
2223
* Ivo Reznicek <[email protected]>
2324
* J.R. Garcia <[email protected]>

lib/fog/vsphere/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Vsphere
3-
VERSION = '3.5.2'.freeze
3+
VERSION = '3.6.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)