Skip to content

Commit f95c99f

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](1.6.2...2.0.0) (2025-06-26) ### ⚠ BREAKING CHANGES * Drop support for python 3.9 ### Features * Added client_secret support and refresh token functionality ([#90](#90)) ([13b34ae](13b34ae)) ### Bug Fixes * Drop support for python 3.9 ([ee196e0](ee196e0))
1 parent 0f80734 commit f95c99f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.0.0](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.6.2...2.0.0) (2025-06-26)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Drop support for python 3.9
7+
8+
### Features
9+
10+
* Added client_secret support and refresh token functionality ([#90](https://github.com/timo-reymann/python-oauth2-cli-auth/issues/90)) ([13b34ae](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/13b34aea4fe79c3eecbe8d97f6f9621bfed84cca))
11+
12+
13+
### Bug Fixes
14+
15+
* Drop support for python 3.9 ([ee196e0](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/ee196e0e1c7319081d27b90dc91866129797d998))
16+
117
## [1.6.2](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.6.1...1.6.2) (2025-04-05)
218

319

oauth2_cli_auth/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.2"
1+
__version__ = "2.0.0"

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.6.2"
3+
version = "2.0.0"
44
description = "Authenticate against OAuth2 Provider in Python CLIs"
55
authors = ["Timo Reymann <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)