We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf5e1f commit ce3b417Copy full SHA for ce3b417
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.6.0] - 2024-07-01
6
+
7
+### Refactoring
8
9
+- [**breaking**] Custom flow into configurable oauth
10
11
## [0.5.0] - 2024-05-24
12
13
### Bug Fixes
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
"Programming Language :: Python :: Implementation :: PyPy",
25
]
26
dependencies = ["jwcrypto", "twisted"]
27
-version = "0.5.0"
+version = "0.6.0"
28
29
[project.urls]
30
Documentation = "https://github.com/famedly/synapse-token-authenticator"
0 commit comments