From b25d1a97c007644b5d708f7f7bb6306c6ee72f5e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Feb 2023 01:08:18 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.7.0...v1.8.0) (2023-02-10) ### Features * Added ability to use Client Credentials Grant ([#39](https://github.com/casdoor/casdoor-python-sdk/issues/39)) ([fee0fe0](https://github.com/casdoor/casdoor-python-sdk/commit/fee0fe08b346092ed12e62196eec8e64d3a6003d)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2551907..9f6f416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.8.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.7.0...v1.8.0) (2023-02-10) + + +### Features + +* Added ability to use Client Credentials Grant ([#39](https://github.com/casdoor/casdoor-python-sdk/issues/39)) ([fee0fe0](https://github.com/casdoor/casdoor-python-sdk/commit/fee0fe08b346092ed12e62196eec8e64d3a6003d)) + # [1.7.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.6.0...v1.7.0) (2023-02-09) diff --git a/setup.cfg b/setup.cfg index 96dc546..d7432f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.7.0 +version = 1.8.0 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk