We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bd318 commit b0faa00Copy full SHA for b0faa00
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+v0.5.0 2021-04-28
2
+=================
3
+
4
+replace deprecated Fog::DNS:Dynect usage with Fog::Dynect::DNS
5
+add github actions and config
6
+drop travis usage
7
8
v0.4.0
9
10
allow specifying api version
lib/fog/dynect/version.rb
@@ -1,5 +1,5 @@
module Fog
module Dynect
- VERSION = '0.4.0'
+ VERSION = '0.5.0'
end
0 commit comments