We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e30ca2 + 42cc08c commit c8fbee0Copy full SHA for c8fbee0
CHANGELOG.md
@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
7
## Next
8
9
10
+## 1.17.0
11
+
12
+### User-facing
13
14
+#### Added
15
16
+- \#550 Add support for instance display device [dcode]
17
18
## 1.16.1
19
20
### User-facing
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.16.1".freeze
+ VERSION = "1.17.0".freeze
4
end
5
0 commit comments