diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ccc6507..a4bca740a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## Next +## 1.21.1 + +### User-facing + +#### Fixed + +- \#597 loosen dependencies to avoid conflict + +### Development changes + +#### Fixed + +- bump actions/checkout from 2.4.0 to 3.1.0 +- fixes and refinements for integration tests + ## 1.21.0 ### User-facing diff --git a/lib/fog/google/version.rb b/lib/fog/google/version.rb index d0876490c..3ec4669aa 100644 --- a/lib/fog/google/version.rb +++ b/lib/fog/google/version.rb @@ -1,5 +1,5 @@ module Fog module Google - VERSION = "1.21.0".freeze + VERSION = "1.21.1".freeze end end