diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b1931e4e..1d80567a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 1.7.1 + +### User-facing + +#### Fixed + +- \#412 Fixed `Fog::Storage::GoogleXML::GetObjectHttpUrl#get_object_http_url` + request + ## 1.7.0 ### User-facing diff --git a/lib/fog/google/version.rb b/lib/fog/google/version.rb index 8bb0bfc373..7dd6b267ee 100644 --- a/lib/fog/google/version.rb +++ b/lib/fog/google/version.rb @@ -1,5 +1,5 @@ module Fog module Google - VERSION = "1.7.0".freeze + VERSION = "1.7.1".freeze end end