diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b811b02..ad71a1867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on the [KeepAChangeLog] project. ## Unreleased +## 1.2.0 [2020-02-05] + ### Fixed - [#727] OAuth client request using Client Credentials grant diff --git a/src/oic/__init__.py b/src/oic/__init__.py index dc14080c3..41fe86d66 100644 --- a/src/oic/__init__.py +++ b/src/oic/__init__.py @@ -24,7 +24,7 @@ ) __author__ = "Roland Hedberg" -__version__ = "1.1.2" +__version__ = "1.2.0" OIDCONF_PATTERN = "%s/.well-known/openid-configuration"