Skip to content

Commit

Permalink
Release version 3.1.0 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezr-ondrej authored Jun 4, 2019
1 parent 93c3a22 commit 4d92368
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v3.1.0

* Adds vcr webmock testing basics (#208)
* Allow changes for HotAdd memory and CPU (#207)
* Fix NoMethodError `blank?` without Rails (#206)
* Fix VM interfaces updates (#205)
* Network lookup by ID (#204)
* Allow add disk on storageClusters on VM clone (#202)
* Make `boot_order` an attribute of VM (#194)

## v3.0.0

* Change module namespace to Fog::Vsphere::Compute (#192)
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.0.0'.freeze
VERSION = '3.1.0'.freeze
end
end

0 comments on commit 4d92368

Please sign in to comment.