We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabc726 commit d7ff1c1Copy full SHA for d7ff1c1
changelog.md
@@ -1,4 +1,13 @@
1
-2.0.0 01/03/2017
+2.1.0 03/10/2018
2
+==========================================================
3
+
4
+remove libvirt_uri duplication
5
+fix dnsimple auth variables
6
+add kubevirt provider
7
+fix net-ssh paranoid deprecation
8
+fix nil fetch on object reload
9
10
+2.0.0 01/03/2018
11
==========================================================
12
13
fix association reload
lib/fog/core/version.rb
@@ -1,5 +1,5 @@
module Fog
module Core
- VERSION = "2.0.0"
+ VERSION = "2.1.0"
end
0 commit comments