Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 1db7261

Browse files
chore(release): 8.1.6 [skip ci]
## [8.1.6](v8.1.5...v8.1.6) (2022-03-23) ### Bug Fixes * 🐛 Allow Group description to be empty string ([76899b4](76899b4)) * **deps:** update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.13.2 ([1db9d51](1db9d51))
1 parent 7952288 commit 1db7261

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [8.1.6](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.5...v8.1.6) (2022-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 Allow Group description to be empty string ([76899b4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/76899b44777160ec8c12c682af4e940388a72c60))
7+
* **deps:** update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.13.2 ([1db9d51](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/1db9d5113a629f893817c08385909729b2819580))
8+
19
## [8.1.5](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v8.1.4...v8.1.5) (2022-03-09)
210

311

perun-oidc-server-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>cz.muni.ics</groupId>
2323
<artifactId>perun-oidc-parent</artifactId>
24-
<version>8.1.5</version>
24+
<version>8.1.6</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

perun-oidc-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>cz.muni.ics</groupId>
2424
<artifactId>perun-oidc-parent</artifactId>
25-
<version>8.1.5</version>
25+
<version>8.1.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>cz.muni.ics</groupId>
2222
<artifactId>perun-oidc-parent</artifactId>
23-
<version>8.1.5</version>
23+
<version>8.1.6</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

0 commit comments

Comments
 (0)