We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbd492 commit deba478Copy full SHA for deba478
CHANGELOG.md
@@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6
7
## Next
8
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
19
## 1.16.0
20
21
### User-facing
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.16.0".freeze
+ VERSION = "1.16.1".freeze
4
end
5
0 commit comments