diff --git a/CHANGELOG.md b/CHANGELOG.md index ba847ca..33b842f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.1.0](https://github.com/casdoor/django-casdoor-auth/compare/v1.0.2...v1.1.0) (2023-07-25) + + +### Features + +* support new token format of token['access_token'] ([d020c8f](https://github.com/casdoor/django-casdoor-auth/commit/d020c8fc45b0637e0fffcb8236085704d6158b28)) + ## [1.0.2](https://github.com/casdoor/django-casdoor-auth/compare/v1.0.1...v1.0.2) (2023-03-08) diff --git a/setup.cfg b/setup.cfg index 0c875d9..982b890 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-casdoor-auth -version = 1.0.2 +version = 1.1.0 author = leo220yuyaodog author_email = magicwindyyd@gmail.com url = https://github.com/casdoor/django-auth-sso