Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning,
and yes, platform and engine support are part of the public API.
Please file a bug if you notice a violation of semantic versioning.
Unreleased
Added
Changed
Deprecated
Removed
Fixed
Security
0.1.1 - 2026-06-16
- TAG: v0.1.1
- COVERAGE: 96.47% – 82/85 lines in 5 files
- BRANCH COVERAGE: 90.91% – 20/22 branches in 5 files
- 10.53% documented
Added
- Retemplated the project with the current
kettle-jem/kettle-devstack,
adding the generated multi-Ruby CI matrix, Appraisal setup, documentation,
governance files, and release tooling.
Changed
- Updated project metadata and documentation to make
omniauth-jwt2the
maintained canonical gem under theomniauthorganization while preserving
the publicOmniAuth::Strategies::JWTAPI andrequire "omniauth/jwt"path. - Moved the package version constant to the gem-name namespace
Omniauth::JWT2::Version::VERSION, while keeping
Omniauth::JWT::Version::VERSIONas a compatibility alias.
Removed
- Removed obsolete pre-template workflow and gemfile setup in favor of the
generated modular gemfiles and Appraisals.