diff --git a/CHANGELOG.md b/CHANGELOG.md index be20979b6..86b3fcf5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on the [KeepAChangeLog] project. ## Unreleased +## 1.1.1 [2019-11-04] + ### Fixed - [#708] Wants the original non-parsed JWT and not an IDToken instance. diff --git a/src/oic/__init__.py b/src/oic/__init__.py index f23663b29..9d62794c7 100644 --- a/src/oic/__init__.py +++ b/src/oic/__init__.py @@ -24,7 +24,7 @@ ) __author__ = "Roland Hedberg" -__version__ = "1.1.0" +__version__ = "1.1.1" OIDCONF_PATTERN = "%s/.well-known/openid-configuration"