Skip to content

Commit

Permalink
Merge pull request #67 from mdsol/release-please--branches--master--c…
Browse files Browse the repository at this point in the history
…omponents--mauth-client

chore(master): release 7.2.0
  • Loading branch information
ykitamura-mdsol authored Apr 25, 2024
2 parents aa84ebf + fdc7a04 commit d6ffffb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.1.0"
".": "7.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- Shorten timeout for connection, add retries, and use persistent HTTP connections.
- Drop support for Faraday < 1.9.

## [7.2.0](https://github.com/mdsol/mauth-client-ruby/compare/v7.1.0...v7.2.0) (2024-04-25)


### Features

* Support Ruby 3.3 ([245bb06](https://github.com/mdsol/mauth-client-ruby/commit/245bb06d8abb86bd6a4b557b84bc9d0898254a95))

## v7.0.0
- Remove dice_bag and set configuration through environment variables directly.
- Rename the `V2_ONLY_SIGN_REQUESTS`, `V2_ONLY_AUTHENTICATE`, `DISABLE_FALLBACK_TO_V1_ON_V2_FAILURE` and `V1_ONLY_SIGN_REQUESTS` environment variables.
Expand Down

0 comments on commit d6ffffb

Please sign in to comment.