Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](1.1.0...1.2.0) (2023-12-10)

### Features

* Add timeout and retries for OAuth2 requests ([20d6000](20d6000))
* Add timeout for OAuthCallbackHttpServer[#wait](https://github.com/timo-reymann/python-oauth2-cli-auth/issues/wait)_for_code to prevent CLI hangs ([603ce83](603ce83))
* Supress log messages from http handler ([2ceb3dc](2ceb3dc))
  • Loading branch information
semantic-release-bot committed Dec 10, 2023
1 parent 2ceb3dc commit d08daab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.2.0](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.1.0...1.2.0) (2023-12-10)


### Features

* Add timeout and retries for OAuth2 requests ([20d6000](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/20d6000d7c14b970ac43e4b1403dc131130bacf8))
* Add timeout for OAuthCallbackHttpServer[#wait](https://github.com/timo-reymann/python-oauth2-cli-auth/issues/wait)_for_code to prevent CLI hangs ([603ce83](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/603ce832c11a6c7b1990b6e4af0a72df8be6f56b))
* Supress log messages from http handler ([2ceb3dc](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/2ceb3dcd6d2beba3c2986ac6bf4e21538558d513))

## [1.1.0](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.0.2...1.1.0) (2023-12-09)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oauth2-cli-auth"
version = "1.1.0"
version = "1.2.0"
description = "Authenticate against OAuth2 Provider in Python CLIs"
authors = ["Timo Reymann <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d08daab

Please sign in to comment.