diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b1496..caf7fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.1.2](https://github.com/casdoor/casdoor-python-sdk/compare/v1.1.1...v1.1.2) (2022-03-20) + + +### Bug Fixes + +* hardcode front_endpoint ([#16](https://github.com/casdoor/casdoor-python-sdk/issues/16)) ([ef17ce6](https://github.com/casdoor/casdoor-python-sdk/commit/ef17ce6a172066b0847a109609ce0131b5765bf8)) + ## [1.1.1](https://github.com/casdoor/casdoor-python-sdk/compare/v1.1.0...v1.1.1) (2022-03-18) diff --git a/setup.cfg b/setup.cfg index 6fe5001..b0572cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.1.1 +version = 1.1.2 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk