diff --git a/CHANGELOG.md b/CHANGELOG.md index e84d4d7e..fb89ff79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Assets. +## 2.0.0-RC2 + +- reworked year in file header +- updated security assessment +- added Tractus-X logo to portal-assets + ## 2.0.0-RC1 ### Change diff --git a/package.json b/package.json index 0878e2fc..bdee70bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cx-portal-assets", - "version": "v2.0.0-RC1", + "version": "v2.0.0-RC2", "description": "Shared frontend content and static assets for the Catena-X Portal", "main": "index.js", "repository": "git@github.com:eclipse-tractusx/portal-assets.git",