Skip to content

Commit 0bf07d0

Browse files
committed
Prepare release 1.2.1
1 parent fe0fbda commit 0bf07d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ The format is based on the [KeepAChangeLog] project.
77

88
## Unreleased
99

10+
## 1.2.1 [2020-12-01]
11+
12+
### Fixed
13+
- Fixed several client vulnerabilities (CVE-2020-26244)
14+
1015
## 1.2.0 [2020-02-05]
1116

1217
### Fixed

src/oic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
)
2525

2626
__author__ = "Roland Hedberg"
27-
__version__ = "1.2.0"
27+
__version__ = "1.2.1"
2828

2929

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

0 commit comments

Comments
 (0)