Skip to content

Commit

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

## Unreleased

## 1.6.0 [2022-12-14]

- [#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.

### Changed
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.5.0"
__version__ = "1.6.0"


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

0 comments on commit ba65e00

Please sign in to comment.