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 5bedf8d commit af3b104Copy full SHA for af3b104
CHANGELOG.md
@@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
7
## Next
8
9
+## 1.18.0
10
+
11
+### User-facing
12
13
+#### Fixed
14
15
+- \#556 Correct conflicting Ruby version info in readme [gdubicki]
16
+- \#557 Update current images projects list [gdubicki]
17
+- \#558 Fix page iteration when using #files with block [jgigault]
18
+- \#562 Loosen fog-core dependency
19
20
## 1.17.0
21
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.17.0".freeze
+ VERSION = "1.18.0".freeze
4
end
5
0 commit comments