diff --git a/CHANGELOG.md b/CHANGELOG.md index a55b4b13..9a0a0054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. ## [next] + +## [7.1.2] +- Enable mobile API +- Hide email buttons in mobile view +- Default to magic link for app-authentications +- Remove stay signed in question + +## [7.0.14] +- Bugfix for MFA op SSO + +## [7.0.13] +- Enable SingleSignOn for MFA authentications + +## [7.0.12] +- Bugfix for account-linking update + +## [7.0.11] +- Bugfix for removing MFA registrations - Update image on app-nudge screen ## [7.0.10] diff --git a/account-gui/pom.xml b/account-gui/pom.xml index bc9e67a7..1af41b10 100644 --- a/account-gui/pom.xml +++ b/account-gui/pom.xml @@ -5,7 +5,7 @@ org.openconext myconext - 7.1.1-SNAPSHOT + 7.1.2 ../pom.xml diff --git a/myconext-gui/pom.xml b/myconext-gui/pom.xml index 08f4199f..5b93e76c 100644 --- a/myconext-gui/pom.xml +++ b/myconext-gui/pom.xml @@ -5,7 +5,7 @@ org.openconext myconext - 7.1.1-SNAPSHOT + 7.1.2 ../pom.xml diff --git a/myconext-server/pom.xml b/myconext-server/pom.xml index 1efa1120..4ba0d34b 100644 --- a/myconext-server/pom.xml +++ b/myconext-server/pom.xml @@ -6,7 +6,7 @@ org.openconext myconext - 7.1.1-SNAPSHOT + 7.1.2 ../pom.xml diff --git a/pom.xml b/pom.xml index e901fbfe..17de7a0e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.openconext myconext - 7.1.1-SNAPSHOT + 7.1.2 pom myconext diff --git a/tiqr-mock/pom.xml b/tiqr-mock/pom.xml index efc0c993..a300fd6d 100644 --- a/tiqr-mock/pom.xml +++ b/tiqr-mock/pom.xml @@ -6,7 +6,7 @@ org.openconext myconext - 7.1.1-SNAPSHOT + 7.1.2 ../pom.xml