diff --git a/CHANGELOG.md b/CHANGELOG.md index cef159fe..2d34aaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 2.0.1-RC1 + +### Change + +- improved white space handling in company data [#210](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/210) +- updated identifier error messages [#210](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/210) + +### Technical Support + +- dev-flow: maintain latest changes in main branch [#198](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/198) +- TRG-7: update licensing and legal docs [#197](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/197) +- add full dockerfile containing yarn step [#187](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/187) +- upgrade GitHub actions [#213](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/213) + +### Bugfix + +- updated the roles state when user navigates between the steps [#215](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/215) +- pattern validation: prevented wrong white spaces in company data [#196](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/196) +- consent osp: fixed redirect to portal page instead of overlay [#209](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/209) + ## 2.0.0 diff --git a/package.json b/package.json index b396d483..404af2cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catena-x/portal-frontend-registration", - "version": "v2.0.0", + "version": "v2.0.1-RC1", "description": "Catena-X Portal Frontend Registration App", "author": "Catena-X Contributors", "license": "Apache-2.0",