Skip to content

Commit

Permalink
Release v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezr-ondrej committed Dec 9, 2020
1 parent c29045e commit 6333944
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.5.0
* Clone vm from different datacenter (#263)
* Fix autoload issues (#267)
* Add extra_config attribute to server (#268)
* Expose `_ref` from Compute::Network (#265)

## v3.4.0
* list_resource_pools returns incorrect resource pool name (#256)
* Add ability to create update and delete Resource Pools (#253)
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.4.0'.freeze
VERSION = '3.5.0'.freeze
end
end

0 comments on commit 6333944

Please sign in to comment.