Skip to content

Commit 5da3afb

Browse files
committed
Release 8.1.1
1 parent 516f0f6 commit 5da3afb

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 8.1.1
4+
- Bugfix for Spring Crypto not accepting BCrypt secrets longer than 72 bytes
5+
36
## 8.1.0
47
- Allow POST requests to `/oidc/authorize` (enables form_post submissions) ([#263](https://github.com/OpenConext/OpenConext-oidcng/issues/263))
58
- Ensure URIs passed in the `login_hint` are absolute (PR [#271](https://github.com/OpenConext/OpenConext-oidcng/pull/271))

oidc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.openconext</groupId>
1111
<artifactId>oidcng-parent</artifactId>
12-
<version>8.2.0</version>
12+
<version>8.1.1</version>
1313
</parent>
1414

1515
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.openconext</groupId>
1313
<artifactId>oidcng-parent</artifactId>
14-
<version>8.2.0</version>
14+
<version>8.1.1</version>
1515
<name>oidcng</name>
1616
<packaging>pom</packaging>
1717

release/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openconext</groupId>
77
<artifactId>oidcng-parent</artifactId>
8-
<version>8.2.0</version>
8+
<version>8.1.1</version>
99
</parent>
1010

1111
<artifactId>oidcng-release</artifactId>

0 commit comments

Comments
 (0)