diff --git a/CHANGELOG.md b/CHANGELOG.md index 8907b976d..65235eec9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.3.0-alpha.2 + ### Change - **Technical User Details** @@ -21,11 +23,11 @@ - **Connector Management** - fixed customer link selection and fixed resetting values [#1119](https://github.com/eclipse-tractusx/portal-frontend/pull/1119) - **Technical User Management** - - fixed error message scenario post technical user deletion action + - fixed error message scenario post technical user deletion action [#1164](https://github.com/eclipse-tractusx/portal-frontend/pull/1164) - **Company Subscriptions** - fixed incorrect data display in service company subscriptions [#1191](https://github.com/eclipse-tractusx/portal-frontend/pull/1191) -## 2.2.0-alpha.1 +## 2.3.0-alpha.1 ### Bugfixes diff --git a/package.json b/package.json index 4e41e25fd..3a513be6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catena-x/portal-frontend", - "version": "v2.3.0-alpha.1", + "version": "v2.3.0-alpha.2", "description": "Catena-X Portal Frontend", "author": "Catena-X Contributors", "license": "Apache-2.0",