diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e52869..e48d810c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## [7.3.6] +- UX improvements, including improved texts, show affiliation with new verification, show app nudges less often. +- Improved and fixed names and validated names derivation. Including always ask a user which validated name they want to prefer. +- New API endpoint Invite +- General improvements +- Migration to Java 21 +- Updated dependencies + ## [7.3.5] - UX improvements on the inlog screen, the security screen and the delete your eduID screen - Extend iDIN api with logos of banks diff --git a/account-gui/pom.xml b/account-gui/pom.xml index d4734c49..62d7dfae 100644 --- a/account-gui/pom.xml +++ b/account-gui/pom.xml @@ -4,7 +4,7 @@ org.openconext myconext - 7.3.6-SNAPSHOT + 7.3.6 ../pom.xml account-gui diff --git a/myconext-gui/pom.xml b/myconext-gui/pom.xml index b594e549..547fce27 100644 --- a/myconext-gui/pom.xml +++ b/myconext-gui/pom.xml @@ -4,7 +4,7 @@ org.openconext myconext - 7.3.6-SNAPSHOT + 7.3.6 ../pom.xml myconext-gui diff --git a/myconext-server/pom.xml b/myconext-server/pom.xml index 90669700..cd343f45 100644 --- a/myconext-server/pom.xml +++ b/myconext-server/pom.xml @@ -4,7 +4,7 @@ org.openconext myconext - 7.3.6-SNAPSHOT + 7.3.6 ../pom.xml myconext-server diff --git a/pom.xml b/pom.xml index c6abbae1..77669f65 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.openconext myconext - 7.3.6-SNAPSHOT + 7.3.6 pom myconext My OpenConext diff --git a/public-gui/pom.xml b/public-gui/pom.xml index 0c64614f..ed7ba39f 100644 --- a/public-gui/pom.xml +++ b/public-gui/pom.xml @@ -4,7 +4,7 @@ org.openconext myconext - 7.3.6-SNAPSHOT + 7.3.6 ../pom.xml public-gui diff --git a/tiqr-mock/pom.xml b/tiqr-mock/pom.xml index 0abdb5eb..f8233c9c 100644 --- a/tiqr-mock/pom.xml +++ b/tiqr-mock/pom.xml @@ -4,7 +4,7 @@ org.openconext myconext - 7.3.6-SNAPSHOT + 7.3.6 ../pom.xml tiqr-mock