diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f2828a2..68e6429a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [10.0.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.0.2...v10.0.3) (2022-07-27) + + +### Bug Fixes + +* correct postgreSQL for v10 breaking change ([28a9411](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/28a9411af439608ebe43b5b332cf4bb29569c652)) +* **deps:** update dependency mysql:mysql-connector-java to v8.0.30 ([5426aa9](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/5426aa9835463c748506004664e24791c8d76d67)) + ## [10.0.2](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.0.1...v10.0.2) (2022-07-25) diff --git a/perun-oidc-server-webapp/pom.xml b/perun-oidc-server-webapp/pom.xml index 55affe643..00c113724 100644 --- a/perun-oidc-server-webapp/pom.xml +++ b/perun-oidc-server-webapp/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>10.0.2</version> + <version>10.0.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/perun-oidc-server/pom.xml b/perun-oidc-server/pom.xml index 91001bb57..010edeb3f 100644 --- a/perun-oidc-server/pom.xml +++ b/perun-oidc-server/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>10.0.2</version> + <version>10.0.3</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index dfaaa43d6..d3a6499d9 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>cz.muni.ics</groupId> <artifactId>perun-oidc-parent</artifactId> - <version>10.0.2</version> + <version>10.0.3</version> <packaging>pom</packaging> <modules>