Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AgathaSorceress committed Jan 10, 2024
1 parent 28ee7bd commit 8f001bc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## [0.4.0] - 2024-01-10

### Features

- [**breaking**] Add OIDC login flow
- Previously available config options have been moved under the `jwt` key. See `README.md` for an example.

### Miscellaneous Tasks

- Add github action
- Migrate to github

### Refactoring

- Appease linter
- [**breaking**] Rename the 'require_expiracy' option to 'require_expiry'

## [0.3.2] - 2022-11-24

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["jwcrypto", "twisted"]
version = "0.3.2"
version = "0.4.0"

[project.urls]
Documentation = "https://github.com/famedly/synapse-token-authenticator"
Expand Down

0 comments on commit 8f001bc

Please sign in to comment.