We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0fbda commit 0bf07d0Copy full SHA for 0bf07d0
CHANGELOG.md
@@ -7,6 +7,11 @@ The format is based on the [KeepAChangeLog] project.
7
8
## Unreleased
9
10
+## 1.2.1 [2020-12-01]
11
+
12
+### Fixed
13
+- Fixed several client vulnerabilities (CVE-2020-26244)
14
15
## 1.2.0 [2020-02-05]
16
17
### Fixed
src/oic/__init__.py
@@ -24,7 +24,7 @@
24
)
25
26
__author__ = "Roland Hedberg"
27
-__version__ = "1.2.0"
+__version__ = "1.2.1"
28
29
30
OIDCONF_PATTERN = "%s/.well-known/openid-configuration"
0 commit comments