Skip to content

Commit

Permalink
Prepare 1.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tpazderka committed Jul 3, 2023
1 parent 35c5afa commit 4535d41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ The format is based on the [KeepAChangeLog] project.

## Unreleased

## 1.6.0 [2022-12-14]
## 1.6.1 [2023-07-13]
- [#862] Fixed pydantic dependency

[#862]: https://github.com/CZ-NIC/pyoidc/pull/862

## 1.6.0 [2023-05-15]

- [#854] Improve OIDC Session Management support by using the `session_state` parameter from an *Authentication Response* (if available) as a key to store `Consumer` data.

Expand Down
2 changes: 1 addition & 1 deletion src/oic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)

__author__ = "Roland Hedberg"
__version__ = "1.6.0"
__version__ = "1.6.1"


OIDCONF_PATTERN = "%s/.well-known/openid-configuration"
Expand Down

0 comments on commit 4535d41

Please sign in to comment.