Skip to content

Commit

Permalink
release: bump version for v1.6.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 committed Jul 31, 2023
1 parent d130fac commit 8eaed75
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Backend.

## 1.6.0-RC4

### Change
* Apps Service
* Change the appInstanceId to iamClientId for the /{appId}/subscription/{subscriptionId}/provider endpoint
* BPDM Service
* BPDM Service calls are changed to the new bpdm endpoints

### Technical Support
* reinclude http request & response messages in logging
* lastEditorId is now set whenever a auditable entity is changed

### Bugfix
* Apps Service
* Fix /api/apps/business endpoint to return correct results
* Fix POST /api/apps/appreleaseprocess/consent/{appId}/agreementConsents to save consents and set the correct user id
* Services Service
* Fix POST /api/services/servicerelease/consent/{serviceId}/agreementConsents to save consents and set the correct user id
* Administration Service
* Ignore inactive credentials when trying to create a new credential
* AutoSetup
* fix an error that occurred when autoSetup was executed by a service-account caused by the the creator of a notification being linked to a companyUser instead of identities

## 1.6.0-RC3

### Change
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.6.0</VersionPrefix>
<VersionSuffix>RC3</VersionSuffix>
<VersionSuffix>RC4</VersionSuffix>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 8eaed75

Please sign in to comment.