Skip to content

Commit b221473

Browse files
committed
v3.27.0
1 parent 0118186 commit b221473

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

CHANGELOG.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v3.27.0](https://github.com/fog/fog-aws/tree/v3.27.0) (2024-09-16)
4+
5+
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.26.0...v3.27.0)
6+
7+
**Merged pull requests:**
8+
9+
- avoid merging connection value from headers when saving files [\#725](https://github.com/fog/fog-aws/pull/725) ([geemus](https://github.com/geemus))
10+
311
## [v3.26.0](https://github.com/fog/fog-aws/tree/v3.26.0) (2024-09-10)
412

513
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.25.0...v3.26.0)
@@ -25,19 +33,6 @@
2533
- Drop warning if region is not us-east-1 in mock [\#717](https://github.com/fog/fog-aws/pull/717) ([stanhu](https://github.com/stanhu))
2634
- add base64 require and dependency [\#716](https://github.com/fog/fog-aws/pull/716) ([geemus](https://github.com/geemus))
2735

28-
## [v3.24.0](https://github.com/fog/fog-aws/tree/v3.24.0) (2024-07-08)
29-
30-
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.23.0...v3.24.0)
31-
32-
**Closed issues:**
33-
34-
- Fog.mock! not working with Storage provider [\#713](https://github.com/fog/fog-aws/issues/713)
35-
36-
**Merged pull requests:**
37-
38-
- Prefer AWS\_REGION over AWS\_DEFAULT\_REGION in credential fetching [\#715](https://github.com/fog/fog-aws/pull/715) ([stanhu](https://github.com/stanhu))
39-
- 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))
40-
4136

4237

4338
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
1313
config.project = 'fog-aws'
1414
config.max_issues = 100
1515

16-
config.future_release = 'v3.26.0'
17-
config.since_tag = 'v3.23.0'
16+
config.future_release = 'v3.27.0'
17+
config.since_tag = 'v3.24.0'
1818
end

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.26.0"
3+
VERSION = "3.27.0"
44
end
55
end

0 commit comments

Comments
 (0)