Skip to content

Commit

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

### Features

* Add OIDC support ([e6ad38c](e6ad38c))
  • Loading branch information
semantic-release-bot committed Dec 9, 2023
1 parent e6ad38c commit 4f59b77
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,3 +1,10 @@
## [1.1.0](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.0.2...1.1.0) (2023-12-09)


### Features

* Add OIDC support ([e6ad38c](https://github.com/timo-reymann/python-oauth2-cli-auth/commit/e6ad38cc571fa9e0b57e73b81bd4771e71cd95c6))

## [1.0.2](https://github.com/timo-reymann/python-oauth2-cli-auth/compare/1.0.1...1.0.2) (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.0.2"
version = "1.1.0"
description = "Authenticate against OAuth2 Provider in Python CLIs"
authors = ["Timo Reymann <mail@timo-reymann.de>"]
license = "MIT"
Expand Down

0 comments on commit 4f59b77

Please sign in to comment.