Changelog

SemVer 2.0.0 Keep-A-Changelog 1.0.0

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-dev stack,
    adding the generated multi-Ruby CI matrix, Appraisal setup, documentation,
    governance files, and release tooling.

Changed

  • Updated project metadata and documentation to make omniauth-jwt2 the
    maintained canonical gem under the omniauth organization while preserving
    the public OmniAuth::Strategies::JWT API and require "omniauth/jwt" path.
  • Moved the package version constant to the gem-name namespace
    Omniauth::JWT2::Version::VERSION, while keeping
    Omniauth::JWT::Version::VERSION as a compatibility alias.

Removed

  • Removed obsolete pre-template workflow and gemfile setup in favor of the
    generated modular gemfiles and Appraisals.