Skip to content

Commit

Permalink
build: change log 1.8.0-RC6 (#510)
Browse files Browse the repository at this point in the history
* changeLog 1.8.0RC6
* bump version for v1.8.0-RC6

---------
Refs: eclipse-tractusx/portal#167
Co-authored-by: jjeroch <[email protected]>
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Feb 14, 2024
1 parent 7625b5c commit 3ab02b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 1.8.0-RC5

### Feature
* Certificate Management (Administration Service)
* released static data endpoint to retrieve supported certificate types - GET /api/administration/staticdata/certificateTypes
* released endpoint for posting company certificates - POST /api/administration/companydata/companyCertificate
* Others (Common for all services)
* support endpoint released returning all error-types, error-codes and error-messages that a service makes use of has been added

### Technical Support
* Adjusted the nuget push script
* Updated release workflow to not run release workflow when a new framework version is getting published

### Bugfix
* IdentityProvider Configuration - added cancellationToken to UpdateOwnCompanyIdentityProvider
* Added ValidCompany Attribute to endpoint POST api/registration/network/{externalId}/decline to initialize the companyId of the current user correctly
* External Registration submission endpoint POST /api/registration/Network/partnerRegistration/submit fixed

## 1.8.0-RC4

### Change
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.8.0</VersionPrefix>
<VersionSuffix>RC5</VersionSuffix>
<VersionSuffix>RC6</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 3ab02b1

Please sign in to comment.