Skip to content

Commit 0e769ee

Browse files
committed
v3.24.0
1 parent 53505a0 commit 0e769ee

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

3-
## [v3.23.0](https://github.com/fog/fog-aws/tree/HEAD) (2024-06-18)
3+
## [v3.24.0](https://github.com/fog/fog-aws/tree/v3.24.0) (2024-07-08)
4+
5+
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.23.0...v3.24.0)
6+
7+
**Closed issues:**
8+
9+
- Fog.mock! not working with Storage provider [\#713](https://github.com/fog/fog-aws/issues/713)
10+
11+
**Merged pull requests:**
12+
13+
- Prefer AWS\_REGION over AWS\_DEFAULT\_REGION in credential fetching [\#715](https://github.com/fog/fog-aws/pull/715) ([stanhu](https://github.com/stanhu))
14+
- Provide a 'Changelog' link on rubygems.org/gems/fog-aws [\#714](https://github.com/fog/fog-aws/pull/714) ([mark-young-atg](https://github.com/mark-young-atg))
15+
16+
## [v3.23.0](https://github.com/fog/fog-aws/tree/v3.23.0) (2024-06-18)
417

518
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.22.0...v3.23.0)
619

lib/fog/aws/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 AWS
3-
VERSION = "3.23.0"
3+
VERSION = "3.24.0"
44
end
55
end

0 commit comments

Comments
 (0)