Skip to content

Commit 6ca3d33

Browse files
authored
Merge pull request #415 from Temikus/release_171
Release 1.7.1 🛠
2 parents 9283fe6 + 5ae705f commit 6ca3d33

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
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).
44

5+
## 1.7.1
6+
7+
### User-facing
8+
9+
#### Fixed
10+
11+
- \#412 Fixed `Fog::Storage::GoogleXML::GetObjectHttpUrl#get_object_http_url`
12+
request
13+
514
## 1.7.0
615

716
### User-facing

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.7.0".freeze
3+
VERSION = "1.7.1".freeze
44
end
55
end

0 commit comments

Comments
 (0)