Skip to content

Commit cfb54f0

Browse files
committed
Release 7.1.2
1 parent 972ddc0 commit cfb54f0

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
All notable changes to this project will be documented in this file.
33

44
## [next]
5+
6+
## [7.1.2]
7+
- Enable mobile API
8+
- Hide email buttons in mobile view
9+
- Default to magic link for app-authentications
10+
- Remove stay signed in question
11+
12+
## [7.0.14]
13+
- Bugfix for MFA op SSO
14+
15+
## [7.0.13]
16+
- Enable SingleSignOn for MFA authentications
17+
18+
## [7.0.12]
19+
- Bugfix for account-linking update
20+
21+
## [7.0.11]
22+
- Bugfix for removing MFA registrations
523
- Update image on app-nudge screen
624

725
## [7.0.10]

account-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openconext</groupId>
77
<artifactId>myconext</artifactId>
8-
<version>7.1.1-SNAPSHOT</version>
8+
<version>7.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

myconext-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openconext</groupId>
77
<artifactId>myconext</artifactId>
8-
<version>7.1.1-SNAPSHOT</version>
8+
<version>7.1.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

myconext-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.openconext</groupId>
88
<artifactId>myconext</artifactId>
9-
<version>7.1.1-SNAPSHOT</version>
9+
<version>7.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.openconext</groupId>
77
<artifactId>myconext</artifactId>
8-
<version>7.1.1-SNAPSHOT</version>
8+
<version>7.1.2</version>
99
<packaging>pom</packaging>
1010

1111
<name>myconext</name>

tiqr-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.openconext</groupId>
88
<artifactId>myconext</artifactId>
9-
<version>7.1.1-SNAPSHOT</version>
9+
<version>7.1.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)