From 5ae705f58afb782c76b46ddc8b83551d062e84f1 Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 21 Aug 2018 21:33:01 +1000 Subject: [PATCH] Release 1.7.1 --- CHANGELOG.md | 9 +++++++++ lib/fog/google/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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