@@ -20,34 +20,47 @@ Please file a bug if you notice a violation of semantic versioning.
2020
2121### Added
2222
23+ ### Changed
24+
25+ ### Deprecated
26+
27+ ### Removed
28+
29+ ### Fixed
30+
31+ ### Security
32+
33+ ## [ 3.2.1] - 2026-07-14
34+
35+ - TAG: [ v3.2.1] [ 3.2.1t ]
36+ - COVERAGE: 31.53% -- 128/406 lines in 12 files
37+ - BRANCH COVERAGE: 29.25% -- 31/106 branches in 12 files
38+ - 85.26% documented
39+
40+ ### Added
41+
2342- Added support for JRuby 10.1 and TruffleRuby 34.0.
2443
2544### Changed
2645
2746- Retemplated generated project metadata, support documentation, CI workflows,
2847 binstubs, and development dependency floors with ` kettle-jem ` v7.0.0.
29- - Raised the ` anonymous_loader ` runtime dependency floor to ` >= 0.1.2 ` .
30- - Raised the runtime dependency floor for ` auth-sanitizer ` to ` >= 0.2.2 ` , so
48+ - Raised the ` anonymous_loader ` runtime dependency floor to ` >= 0.1.3 ` .
49+ - Raised the runtime dependency floor for ` auth-sanitizer ` to ` >= 0.2.3 ` , so
3150 OmniAuth Identity consumers get hash and nested-attribute inspect redaction
3251 fixes plus downstream RBS duplicate-declaration fixes, and switched isolated
3352 sanitizer loading to the released ` anonymous_loader ` gem.
3453- Raised generated ` version_gem ` and ` appraisal2 ` dependency floors to
35- ` version_gem ` >= 1.1.10 and ` appraisal2 ` >= 3.0.9 .
54+ ` version_gem ` >= 1.1.14 and ` appraisal2 ` >= 3.1.4 .
3655- Refreshed generated Rakefile metadata from the current kettle-jem template.
3756
38- ### Deprecated
39-
40- ### Removed
41-
4257### Fixed
4358
4459- Restored ORM-specific spec rake tasks and made optional ORM spec files avoid
4560 loading unavailable adapter gems when the matching appraisal does not include them.
4661
4762- Package configured license files in gem release file lists.
4863
49- ### Security
50-
5164## [ 3.2.0] - 2026-06-05
5265
5366- TAG: [ v3.2.0] [ 3.2.0t ]
@@ -383,7 +396,9 @@ Please file a bug if you notice a violation of semantic versioning.
383396- Gemfile.lock file
384397- MongoMapper support; unable to satisfy dependencies of both MongoMapper and Mongoid now that MongoMapper is no longer actively maintained.
385398
386- [ Unreleased ] : https://github.com/omniauth/omniauth-identity/compare/v3.2.0...HEAD
399+ [ Unreleased ] : https://github.com/omniauth/omniauth-identity/compare/v3.2.1...HEAD
400+ [ 3.2.1 ] : https://github.com/omniauth/omniauth-identity/compare/v3.2.0...v3.2.1
401+ [ 3.2.1t ] : https://github.com/omniauth/omniauth-identity/releases/tag/v3.2.1
387402[ 3.2.0 ] : https://github.com/omniauth/omniauth-identity/compare/v3.1.5...v3.2.0
388403[ 3.2.0t ] : https://github.com/omniauth/omniauth-identity/releases/tag/v3.2.0
389404[ 3.1.5 ] : https://github.com/omniauth/omniauth-identity/compare/v3.1.4...v3.1.5
0 commit comments