Skip to content

Commit

Permalink
Release 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jul 13, 2023
1 parent 972ddc0 commit cfb54f0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion account-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion myconext-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion myconext-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.2</version>
<packaging>pom</packaging>

<name>myconext</name>
Expand Down
2 changes: 1 addition & 1 deletion tiqr-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>myconext</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit cfb54f0

Please sign in to comment.