diff --git a/CHANGELOG.md b/CHANGELOG.md index 55262ac..bf28d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.17.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.16.2...v1.17.0) (2023-09-08) + + +### Features + +* fix bug that functions cannot be found ([#69](https://github.com/casdoor/casdoor-python-sdk/issues/69)) ([142e317](https://github.com/casdoor/casdoor-python-sdk/commit/142e317fa2c8899780aa9da6f73996fd68dcc9ea)) + ## [1.16.2](https://github.com/casdoor/casdoor-python-sdk/compare/v1.16.1...v1.16.2) (2023-09-07) diff --git a/setup.cfg b/setup.cfg index 6faad1d..67d8e42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.16.2 +version = 1.17.0 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk