diff --git a/CHANGELOG.md b/CHANGELOG.md index 3432acc96..a6ad58f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## Next +## 1.18.0 + +### User-facing + +#### Fixed + +- \#556 Correct conflicting Ruby version info in readme [gdubicki] +- \#557 Update current images projects list [gdubicki] +- \#558 Fix page iteration when using #files with block [jgigault] +- \#562 Loosen fog-core dependency ## 1.17.0 diff --git a/lib/fog/google/version.rb b/lib/fog/google/version.rb index 4900245eb..d8fe5ae49 100644 --- a/lib/fog/google/version.rb +++ b/lib/fog/google/version.rb @@ -1,5 +1,5 @@ module Fog module Google - VERSION = "1.17.0".freeze + VERSION = "1.18.0".freeze end end