Skip to content

Commit

Permalink
v3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Sep 10, 2024
1 parent 05e4ff2 commit 1f38afb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
22 changes: 8 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v3.26.0](https://github.com/fog/fog-aws/tree/v3.26.0) (2024-09-10)

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

**Merged pull requests:**

- Support AWS\_ENDPOINT\_URL\_STS environment variable [\#724](https://github.com/fog/fog-aws/pull/724) ([stanhu](https://github.com/stanhu))

## [v3.25.0](https://github.com/fog/fog-aws/tree/v3.25.0) (2024-08-29)

[Full Changelog](https://github.com/fog/fog-aws/compare/v3.24.0...v3.25.0)
Expand Down Expand Up @@ -30,20 +38,6 @@
- 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)

**Closed issues:**

- Read credentials from Rails config file [\#705](https://github.com/fog/fog-aws/issues/705)

**Merged pull requests:**

- add il-central-1 region [\#712](https://github.com/fog/fog-aws/pull/712) ([geemus](https://github.com/geemus))
- Fix frozen string literal issue for ruby 3.4.0 [\#709](https://github.com/fog/fog-aws/pull/709) ([chaadow](https://github.com/chaadow))
- Fix typos [\#707](https://github.com/fog/fog-aws/pull/707) ([kianmeng](https://github.com/kianmeng))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.project = 'fog-aws'
config.max_issues = 100

config.future_release = 'v3.25.0'
config.since_tag = 'v3.22.0'
config.future_release = 'v3.26.0'
config.since_tag = 'v3.23.0'
end
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.25.0"
VERSION = "3.26.0"
end
end

0 comments on commit 1f38afb

Please sign in to comment.