From eede97c4df746d7e65a6f31789274adff3d50361 Mon Sep 17 00:00:00 2001 From: Phil Schneider Date: Mon, 7 Aug 2023 09:01:59 +0200 Subject: [PATCH] release: update changelog for v1.6.0-RC5 (#195) * update change log for v1.6.0-RC5 * bump version for v1.6.0-RC5 --------- Co-authored-by: jjeroch <94133633+jjeroch@users.noreply.github.com> Reviewed-By: Martin Rohrmeier --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d29e54a..07734de65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 1.6.0-RC5 + +### Change + +- Certificate Request Board - changed to dynamic error message as per API response +- Updated asterisk color to red in app release and service release forms +- Credential management board enhanced by filters + +### Features + +- Notifications added + - credential approval + - credential reject and + - subscription url msgs +- Technical user create overlay enhanced by role description as well as direct help link + +### Bugfix + +- Permission validation 'Credential Mgmt' page updated to 'decision_ssicredential' +- App description change - fixed page break issue in case of api response without language tag for each FE supported language +- Notification message link - 'UseCases' welcome message fixed +- handle empty customer link section in managed connectors +- Overlay fix of activation response + ## 1.6.0-RC4 ### Change diff --git a/package.json b/package.json index a1f760693..4536a9923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catena-x/portal-frontend", - "version": "v1.6.0-RC4", + "version": "v1.6.0-RC5", "description": "Catena-X Portal Frontend", "author": "Catena-X Contributors", "license": "Apache-2.0",