Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](v1.10.0...v1.11.0) (2023-04-30)

### Features

* support refresh token in get_oauth_token() ([#45](#45)) ([27fef52](27fef52))
  • Loading branch information
semantic-release-bot committed Apr 30, 2023
1 parent 27fef52 commit f3b71ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Semantic Versioning Changelog

# [1.11.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.10.0...v1.11.0) (2023-04-30)


### Features

* support refresh token in get_oauth_token() ([#45](https://github.com/casdoor/casdoor-python-sdk/issues/45)) ([27fef52](https://github.com/casdoor/casdoor-python-sdk/commit/27fef5267835a6cf6dc3247837dd814e0638515b))

# [1.10.0](https://github.com/casdoor/casdoor-python-sdk/compare/v1.9.0...v1.10.0) (2023-04-25)


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = casdoor
version = 1.10.0
version = 1.11.0
author = ffyuanda
author_email = [email protected]
url = https://github.com/casdoor/casdoor-python-sdk
Expand Down

0 comments on commit f3b71ea

Please sign in to comment.