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

Commit 11af234

Browse files
committedDec 2, 2021
chore(release): 5.0.1 [skip ci]
## [5.0.1](v5.0.0...v5.0.1) (2021-12-02) ### Bug Fixes * 🐛 Fix fallbacking of locale to the code to prevent errors ([ceb01c7](ceb01c7))
1 parent dbc0710 commit 11af234

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v5.0.0...v5.0.1) (2021-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 Fix fallbacking of locale to the code to prevent errors ([ceb01c7](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/ceb01c78e760e32e803be30c559e772323bd68cb))
7+
18
# [5.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v4.0.1...v5.0.0) (2021-11-30)
29

310

‎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>5.0.0</version>
24+
<version>5.0.1</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>5.0.0</version>
25+
<version>5.0.1</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>5.0.0</version>
23+
<version>5.0.1</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

0 commit comments

Comments
 (0)
This repository has been archived.