diff --git a/CHANGELOG.md b/CHANGELOG.md index fbebfffbdb..35862989d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Backend. +## 2.0.0-RC9 + +### Changes +* **Administration Service** +* enhanced companyDetailsWithAddress endpoint +* **Apps Service** +* added roleId for existing activeRoleDetails +* **Services Service** +* updated permissions for api endpoints + +### Bugfix +* **Invitation** +* added decline url for invite process +* **Seeding** +* added self description document to initial company +* **DIM Process Worker** +* stopped creating technical users for dim +* **Role assignment** +* fixed query for core offer to prevent role assignment triggering cascading role assignments +* **Token lifetime** +* set ClockSkew (security configuration jwtBearerOptions) to 5 minutes for token expiration +* **Offersubscription** +* fixed queries throwing a system exception instead of returning default value + ## 2.0.0-RC8 ### Changes diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 02ae4aacc4..aab938b2ba 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,6 +20,6 @@ 2.0.0 - RC8 + RC9