Skip to content

Commit ce3b417

Browse files
committed
release: v0.6.0
1 parent 4bf5e1f commit ce3b417

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [0.6.0] - 2024-07-01
6+
7+
### Refactoring
8+
9+
- [**breaking**] Custom flow into configurable oauth
10+
511
## [0.5.0] - 2024-05-24
612

713
### Bug Fixes

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: Implementation :: PyPy",
2525
]
2626
dependencies = ["jwcrypto", "twisted"]
27-
version = "0.5.0"
27+
version = "0.6.0"
2828

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

0 commit comments

Comments
 (0)