Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion synapse_token_authenticator/token_authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading