Skip to content

Commit 81ea690

Browse files
committed
Prepare release and changelog
1 parent 05f5458 commit 81ea690

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 4.1.0
4+
5+
Maintenance:
6+
* Updated dependencies
7+
* Built container images for arm64
8+
* Added small fixes to README.md
9+
10+
Bug fixes
11+
* Removed sub and uids from excludedClaims (#57)

oidc-playground-client/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>oidc-playground</artifactId>
8-
<version>4.0.2-SNAPSHOT</version>
8+
<version>4.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

oidc-playground-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.openconext</groupId>
88
<artifactId>oidc-playground</artifactId>
9-
<version>4.0.2-SNAPSHOT</version>
9+
<version>4.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

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

66
<groupId>org.openconext</groupId>
77
<artifactId>oidc-playground</artifactId>
8-
<version>4.0.2-SNAPSHOT</version>
8+
<version>4.1.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>oidc-playground</name>

0 commit comments

Comments
 (0)