diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d6d0d..38662f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.12.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.11.0...v1.12.0) (2023-05-04) + + +### Features + +* add batch_enforce ([#46](https://github.com/casdoor/casdoor-python-sdk/issues/46)) ([83de7de](https://github.com/casdoor/casdoor-python-sdk/commit/83de7de2c9cbdbf429f514efadfb1a53a1246607)) + # [1.11.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.10.0...v1.11.0) (2023-04-30) diff --git a/setup.cfg b/setup.cfg index 13d4639..2596f24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.11.0 +version = 1.12.0 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk