Skip to content

Commit db97091

Browse files
committed
v3.29.0
1 parent d2627c2 commit db97091

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

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

3+
## [v3.29.0](https://github.com/fog/fog-aws/tree/v3.29.0) (2024-10-25)
4+
5+
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.28.0...v3.29.0)
6+
7+
**Merged pull requests:**
8+
9+
- fallback to excon 1.0+ error retry error settings [\#728](https://github.com/fog/fog-aws/pull/728) ([geemus](https://github.com/geemus))
10+
311
## [v3.28.0](https://github.com/fog/fog-aws/tree/v3.28.0) (2024-10-14)
412

513
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.27.0...v3.28.0)
@@ -20,14 +28,6 @@
2028

2129
- avoid merging connection value from headers when saving files [\#725](https://github.com/fog/fog-aws/pull/725) ([geemus](https://github.com/geemus))
2230

23-
## [v3.26.0](https://github.com/fog/fog-aws/tree/v3.26.0) (2024-09-10)
24-
25-
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.25.0...v3.26.0)
26-
27-
**Merged pull requests:**
28-
29-
- Support AWS\_ENDPOINT\_URL\_STS environment variable [\#724](https://github.com/fog/fog-aws/pull/724) ([stanhu](https://github.com/stanhu))
30-
3131

3232

3333
\* *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.28.0'
17-
config.since_tag = 'v3.25.0'
16+
config.future_release = 'v3.29.0'
17+
config.since_tag = 'v3.26.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.28.0'.freeze
3+
VERSION = '3.29.0'.freeze
44
end
55
end

0 commit comments

Comments
 (0)