From 9dcad2bf3fc78be757417c89d66fe166512ac166 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Mar 2022 06:34:41 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/casdoor/casdoor-python-sdk/compare/v1.1.0...v1.1.1) (2022-03-18) ### Bug Fixes * correct the decryption algorithm to rs256 ([#15](https://github.com/casdoor/casdoor-python-sdk/issues/15)) ([bcb0657](https://github.com/casdoor/casdoor-python-sdk/commit/bcb0657009142e10dd4fbb7c53436d92640b5c0d)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fdc44b..12b1496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.1.1](https://github.com/casdoor/casdoor-python-sdk/compare/v1.1.0...v1.1.1) (2022-03-18) + + +### Bug Fixes + +* correct the decryption algorithm to rs256 ([#15](https://github.com/casdoor/casdoor-python-sdk/issues/15)) ([bcb0657](https://github.com/casdoor/casdoor-python-sdk/commit/bcb0657009142e10dd4fbb7c53436d92640b5c0d)) + # [1.1.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.0.0...v1.1.0) (2022-03-11) diff --git a/setup.cfg b/setup.cfg index 537af45..6fe5001 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = casdoor -version = 1.1.0 +version = 1.1.1 author = ffyuanda author_email = shaoxuan.yuan02@gmail.com url = https://github.com/casdoor/casdoor-python-sdk