From c45575b92017ee0ea2973c0cafd37e742ed75933 Mon Sep 17 00:00:00 2001 From: Phil Schneider Date: Thu, 2 Nov 2023 13:29:16 +0100 Subject: [PATCH] release: bump version for v1.7.0-RC2 (#322) * update changelog for v1.7.0-RC2 * release: bump version for v1.7.0-RC2 --------- Co-authored-by: jjeroch <94133633+jjeroch@users.noreply.github.com> --- CHANGELOG.md | 19 +++++++++++++++++++ src/Directory.Build.props | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97e5eff21..283ff9238a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Backend. +## 1.7.0-RC2 + +### Change +* Seeding Data + * updated technical user role description & user role names +* Others + * added email value validation for invitation, network registration and user invitation to enable the user input data validation for valid email + +### Feature +n/a + +### Technical Support +* Released extended error response message method (incl. error-type, error-code, a message-template and multiple parameters) and enabled the same for administration POST endpoints /userfile and registration GET endpoint /companyDetailsWithAddress + +### Bugfix +* Adjusted the json property name for bpn within the BpdmLegalEntityOutputData +* Updated osp_welcome_email.html dynamic data field from idpAlias to companyName + + ## 1.7.0-RC1 ### Change diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 475a70a66e..e9a1a5d26b 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -21,6 +21,6 @@ 1.7.0 - RC1 + RC2