Skip to content

Commit af3b104

Browse files
committed
v1.18.0
1 parent 5bedf8d commit af3b104

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
66

77
## Next
88

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
919

1020
## 1.17.0
1121

lib/fog/google/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Google
3-
VERSION = "1.17.0".freeze
3+
VERSION = "1.18.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)