From 6635b4a03806481d703d1df61c80ef636d31def8 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Thu, 4 Aug 2022 08:37:36 +0200 Subject: [PATCH] Release 7.0.0 --- CHANGELOG.md | 5 ++++- account-gui/pom.xml | 2 +- myconext-gui/pom.xml | 2 +- myconext-server/pom.xml | 2 +- pom.xml | 2 +- tiqr-mock/pom.xml | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3e4ecd..b0386df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [7.0.0] +- Add support for authenticating with a [tiqr](https://tiqr.org) app. + ## [6.0.2] -- Move health and onfo endpoint to /internal +- Move health and info endpoint to /internal - Update dependencies ## [6.0.0] diff --git a/account-gui/pom.xml b/account-gui/pom.xml index 4311bf9b..79f2956c 100644 --- a/account-gui/pom.xml +++ b/account-gui/pom.xml @@ -5,7 +5,7 @@ org.openconext myconext - 7.0.0-SNAPSHOT + 7.0.0 ../pom.xml diff --git a/myconext-gui/pom.xml b/myconext-gui/pom.xml index 4c896bd9..0a085396 100644 --- a/myconext-gui/pom.xml +++ b/myconext-gui/pom.xml @@ -5,7 +5,7 @@ org.openconext myconext - 7.0.0-SNAPSHOT + 7.0.0 ../pom.xml diff --git a/myconext-server/pom.xml b/myconext-server/pom.xml index ff4c26bd..50eb3daa 100644 --- a/myconext-server/pom.xml +++ b/myconext-server/pom.xml @@ -6,7 +6,7 @@ org.openconext myconext - 7.0.0-SNAPSHOT + 7.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 2840eb9a..bfa07f37 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.openconext myconext - 7.0.0-SNAPSHOT + 7.0.0 pom myconext diff --git a/tiqr-mock/pom.xml b/tiqr-mock/pom.xml index 48c975ee..b77837c5 100644 --- a/tiqr-mock/pom.xml +++ b/tiqr-mock/pom.xml @@ -6,7 +6,7 @@ org.openconext myconext - 7.0.0-SNAPSHOT + 7.0.0 ../pom.xml