Skip to content

Commit 9edaacc

Browse files
authored
Merge pull request #548 from fog/release-1.17
Release 1.16.1
2 parents bdbd492 + deba478 commit 9edaacc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
66

77
## Next
88

9+
10+
## 1.16.1
11+
12+
### User-facing
13+
14+
#### Fixed
15+
16+
- \#545 Avoid duplicate GET requests when retrieving body [stanhu]
17+
- \#547 Remove exec bit from non_scripts [kbrock]
18+
919
## 1.16.0
1020

1121
### 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.16.0".freeze
3+
VERSION = "1.16.1".freeze
44
end
55
end

0 commit comments

Comments
 (0)