Skip to content

Commit 1f38afb

Browse files
committed
v3.26.0
1 parent 05e4ff2 commit 1f38afb

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

CHANGELOG.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v3.26.0](https://github.com/fog/fog-aws/tree/v3.26.0) (2024-09-10)
4+
5+
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.25.0...v3.26.0)
6+
7+
**Merged pull requests:**
8+
9+
- Support AWS\_ENDPOINT\_URL\_STS environment variable [\#724](https://github.com/fog/fog-aws/pull/724) ([stanhu](https://github.com/stanhu))
10+
311
## [v3.25.0](https://github.com/fog/fog-aws/tree/v3.25.0) (2024-08-29)
412

513
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.24.0...v3.25.0)
@@ -30,20 +38,6 @@
3038
- Prefer AWS\_REGION over AWS\_DEFAULT\_REGION in credential fetching [\#715](https://github.com/fog/fog-aws/pull/715) ([stanhu](https://github.com/stanhu))
3139
- 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))
3240

33-
## [v3.23.0](https://github.com/fog/fog-aws/tree/v3.23.0) (2024-06-18)
34-
35-
[Full Changelog](https://github.com/fog/fog-aws/compare/v3.22.0...v3.23.0)
36-
37-
**Closed issues:**
38-
39-
- Read credentials from Rails config file [\#705](https://github.com/fog/fog-aws/issues/705)
40-
41-
**Merged pull requests:**
42-
43-
- add il-central-1 region [\#712](https://github.com/fog/fog-aws/pull/712) ([geemus](https://github.com/geemus))
44-
- Fix frozen string literal issue for ruby 3.4.0 [\#709](https://github.com/fog/fog-aws/pull/709) ([chaadow](https://github.com/chaadow))
45-
- Fix typos [\#707](https://github.com/fog/fog-aws/pull/707) ([kianmeng](https://github.com/kianmeng))
46-
4741

4842

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

Rakefile

+2-2
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.25.0'
17-
config.since_tag = 'v3.22.0'
16+
config.future_release = 'v3.26.0'
17+
config.since_tag = 'v3.23.0'
1818
end

lib/fog/aws/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module AWS
3-
VERSION = "3.25.0"
3+
VERSION = "3.26.0"
44
end
55
end

0 commit comments

Comments
 (0)