@@ -22,23 +22,34 @@ Please file a bug if you notice a violation of semantic versioning.
2222
2323### Changed
2424
25+ ### Deprecated
26+
27+ ### Removed
28+
29+ ### Fixed
30+
31+ ### Security
32+
33+ ## [ 2.0.24] - 2026-06-18
34+
35+ - TAG: [ v2.0.24] [ 2.0.24t ]
36+ - COVERAGE: 100.00% -- 558/558 lines in 15 files
37+ - BRANCH COVERAGE: 97.89% -- 186/190 branches in 15 files
38+ - 88.35% documented
39+
40+ ### Changed
41+
2542- Raised the ` anonymous_loader ` runtime dependency floor to ` >= 0.1.1 ` .
2643- Raised the ` auth-sanitizer ` runtime dependency floor to ` >= 0.2.2 ` and
2744 switched isolated sanitizer loading to the released ` anonymous_loader ` gem,
2845 including local workspace wiring for the new runtime dependency.
2946
30- ### Deprecated
31-
32- ### Removed
33-
3447### Fixed
3548
3649- Fixed isolated ` auth-sanitizer ` loading when Bundler standalone setup makes
3750 ` auth_sanitizer/loader.rb ` available on ` $LOAD_PATH ` without adding
3851 ` auth-sanitizer ` to ` Gem.loaded_specs ` or ` GEM_PATH ` .
3952
40- ### Security
41-
4253## [ 2.0.23] - 2026-06-13
4354
4455- TAG: [ v2.0.23] [ 2.0.23t ]
@@ -897,7 +908,9 @@ Please file a bug if you notice a violation of semantic versioning.
897908
898909[ gemfiles/readme ] : gemfiles/README.md
899910
900- [ Unreleased ] : https://github.com/ruby-oauth/oauth2/compare/v2.0.23...HEAD
911+ [ Unreleased ] : https://github.com/ruby-oauth/oauth2/compare/v2.0.24...HEAD
912+ [ 2.0.24 ] : https://github.com/ruby-oauth/oauth2/compare/v2.0.23...v2.0.24
913+ [ 2.0.24t ] : https://github.com/ruby-oauth/oauth2/releases/tag/v2.0.24
901914[ 2.0.23 ] : https://github.com/ruby-oauth/oauth2/compare/v2.0.22...v2.0.23
902915[ 2.0.23t ] : https://github.com/ruby-oauth/oauth2/releases/tag/v2.0.23
903916[ 2.0.22 ] : https://github.com/ruby-oauth/oauth2/compare/v2.0.21...v2.0.22
0 commit comments