diff --git a/CHANGELOG.md b/CHANGELOG.md index 6732b70c..76c61218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on the [KeepAChangeLog] project. ## Unreleased +## 1.5.0 [2022-12-14] + ### Changed - [#827] Added support for python 3.11 - [#830], [#831] Allow null and empty values in UserInfo responses, but filter them out. diff --git a/src/oic/__init__.py b/src/oic/__init__.py index a39e0678..a3b7b641 100644 --- a/src/oic/__init__.py +++ b/src/oic/__init__.py @@ -24,7 +24,7 @@ ) __author__ = "Roland Hedberg" -__version__ = "1.4.0" +__version__ = "1.5.0" OIDCONF_PATTERN = "%s/.well-known/openid-configuration"