We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9089d06 + b9104a5 commit 37fd42dCopy full SHA for 37fd42d
CHANGELOG.md
@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
7
## Next
8
9
10
+## 1.24.1
11
+
12
+### User-facing
13
14
+#### Fixed
15
16
+- #629 Fix IAM scope for storage requests [stanhu]
17
18
## 1.24.0
19
20
### User-facing
lib/fog/google/version.rb
@@ -1,5 +1,5 @@
1
module Fog
2
module Google
3
- VERSION = "1.24.0".freeze
+ VERSION = "1.24.1".freeze
4
end
5
0 commit comments