Skip to content

Commit 95bb125

Browse files
committed
Release 8.3.0
1 parent 689a56c commit 95bb125

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

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.3.0
4+
- Only call the `/attribute-manipulation` in the `/introspect` endpoint when entityID's and institutionGUID's are different ([#1041](https://github.com/OpenConext/OpenConext-myconext/issues/1041))
5+
36
## 8.2.0
47
- Added the authenticating authority to the user_info endpoint
58
- Upped dependencies for nimbusds, bouncycastle and opensaml

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.3.0-SNAPSHOT</version>
12+
<version>8.3.0</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.3.0-SNAPSHOT</version>
14+
<version>8.3.0</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.3.0-SNAPSHOT</version>
8+
<version>8.3.0</version>
99
</parent>
1010

1111
<artifactId>oidcng-release</artifactId>

0 commit comments

Comments
 (0)