Skip to content

Commit 37fd42d

Browse files
authored
Merge pull request #630 from fog/release-1.24.1
Release 1.24.1
2 parents 9089d06 + b9104a5 commit 37fd42d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
77
## Next
88

99

10+
## 1.24.1
11+
12+
### User-facing
13+
14+
#### Fixed
15+
16+
- #629 Fix IAM scope for storage requests [stanhu]
17+
1018
## 1.24.0
1119

1220
### 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.24.0".freeze
3+
VERSION = "1.24.1".freeze
44
end
55
end

0 commit comments

Comments
 (0)