diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acab21c5d..6e6d84499a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Backend. +## 2.0.0-RC2 + +### Change +* moved api paths from BPDM out of code into config / helm chart +* merged all migrations since 2.0.0-alpha into one 2.0.0-rc2 + +### Feature +* added DID to DID BPN resolver +* added new checklist steps + +### Bugfix +* fixed company invite: changed invitation processStepType order and removed disposal of mimeMessage for mailing +* fixed mail not being set at new user invite + ## 2.0.0-RC1 ### Change diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 6a4a44b4bc..91463ed258 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,6 +20,6 @@ 2.0.0 - RC1 + RC2