diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a25a1f..7e3da9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.14.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.13.1...v1.14.0) (2023-08-07) + + +### Features + +* Encapsulated aiohttp methods to replace __del__ to avoid http connection leaks ([#55](https://github.com/casdoor/casdoor-python-sdk/issues/55)) ([2a2b482](https://github.com/casdoor/casdoor-python-sdk/commit/2a2b482daa171b5fe169b43f942ab29a2ef172bb)) + ## [1.13.1](https://github.com/casdoor/casdoor-python-sdk/compare/v1.13.0...v1.13.1) (2023-08-05) diff --git a/setup.cfg b/setup.cfg index 234fca6..0eeed12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.13.1 +version = 1.14.0 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk