diff --git a/CHANGELOG.md b/CHANGELOG.md index e313381..5fdc44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.1.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.0.0...v1.1.0) (2022-03-11) + + +### Features + +* add badges ([#14](https://github.com/casdoor/casdoor-python-sdk/issues/14)) ([7cd6735](https://github.com/casdoor/casdoor-python-sdk/commit/7cd673552bdd43f4170df6ffd8384181bdcbe013)) + # 1.0.0 (2022-03-11) diff --git a/setup.cfg b/setup.cfg index 3bdd847..5c1abb2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.0.0 +version = 1.1.0 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk