chore(release): 5.0.0 [skip ci]
# [5.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v4.0.1...v5.0.0) (2021-11-30) ### Code Refactoring * 💡 Refactored how translations are loaded and used ([pull/1580/head665b45f
](665b45fb41
)) ### BREAKING CHANGES * Property `web.langs.customfiles.path` must point to the RersourceBundle.
parent
7917341ee1
commit
1487e06e90
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
# [5.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v4.0.1...v5.0.0) (2021-11-30)
|
||||
|
||||
|
||||
### Code Refactoring
|
||||
|
||||
* 💡 Refactored how translations are loaded and used ([665b45f](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/665b45fb419a7dedc20de62ec0e1c6d550b7f3bd))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* Property `web.langs.customfiles.path` must point to the
|
||||
RersourceBundle.
|
||||
|
||||
## [4.0.1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v4.0.0...v4.0.1) (2021-11-19)
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<groupId>cz.muni.ics</groupId>
|
||||
<artifactId>perun-oidc-parent</artifactId>
|
||||
<version>4.0.1</version>
|
||||
<version>5.0.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>cz.muni.ics</groupId>
|
||||
<artifactId>perun-oidc-parent</artifactId>
|
||||
<version>4.0.1</version>
|
||||
<version>5.0.0</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue