Skip to content

Commit

Permalink
v3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 8, 2024
1 parent 53505a0 commit 0e769ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog

## [v3.23.0](https://github.com/fog/fog-aws/tree/HEAD) (2024-06-18)
## [v3.24.0](https://github.com/fog/fog-aws/tree/v3.24.0) (2024-07-08)

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

**Closed issues:**

- Fog.mock! not working with Storage provider [\#713](https://github.com/fog/fog-aws/issues/713)

**Merged pull requests:**

- Prefer AWS\_REGION over AWS\_DEFAULT\_REGION in credential fetching [\#715](https://github.com/fog/fog-aws/pull/715) ([stanhu](https://github.com/stanhu))
- 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))

## [v3.23.0](https://github.com/fog/fog-aws/tree/v3.23.0) (2024-06-18)

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

Expand Down
2 changes: 1 addition & 1 deletion lib/fog/aws/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module AWS
VERSION = "3.23.0"
VERSION = "3.24.0"
end
end

0 comments on commit 0e769ee

Please sign in to comment.