Skip to content

Commit d08daab

Browse files
chore(release): 1.2.0 [skip ci]
## [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))
1 parent 2ceb3dc commit d08daab

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.2.0](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.1.0...1.2.0) (2023-12-10)
2+
3+
4+
### Features
5+
6+
* Add timeout and retries for OAuth2 requests ([20d6000](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/20d6000d7c14b970ac43e4b1403dc131130bacf8))
7+
* 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))
8+
* Supress log messages from http handler ([2ceb3dc](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/2ceb3dcd6d2beba3c2986ac6bf4e21538558d513))
9+
110
## [1.1.0](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.0.2...1.1.0) (2023-12-09)
211

312

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "oauth2-cli-auth"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Authenticate against OAuth2 Provider in Python CLIs"
55
authors = ["Timo Reymann <mail@timo-reymann.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)