diff --git a/CHANGELOG.md b/CHANGELOG.md index de64bb1..c7b4a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.14.1] - 2026-09-18 + +This release is to fix a problem in the Publish CI workflow. There is no functional difference compared to the prior +release, `v0.14.0`. + ## [0.14.0] - 2026-09-17 ### General Notes diff --git a/pyproject.toml b/pyproject.toml index c50b40f..9c31d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "twisted", "pydantic", ] -version = "0.14.0" +version = "0.14.1" [project.urls] Documentation = "https://github.com/famedly/synapse-token-authenticator" diff --git a/synapse_token_authenticator/token_authenticator.py b/synapse_token_authenticator/token_authenticator.py index b46c071..e1762a2 100644 --- a/synapse_token_authenticator/token_authenticator.py +++ b/synapse_token_authenticator/token_authenticator.py @@ -46,7 +46,7 @@ class TokenAuthenticator: - __version__ = "0.14.0" + __version__ = "0.14.1" def __init__(self, config: TokenAuthenticatorConfig, module_api: ModuleApi): self.api = module_api