Skip to content

Commit

Permalink
build: bump version for v1.8.0-RC5 (#491)
Browse files Browse the repository at this point in the history
* update changelog for v1.8.0-RC5
* bump version for v1.8.0-RC5
-------------------
Refs: eclipse-tractusx/portal#166
Reviewed-By: Norbert Truchsess <[email protected]>
  • Loading branch information
Phil91 authored Feb 8, 2024
1 parent a46885a commit 569a535
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel

## 1.8.0-RC4

### Change
* Registration Service
* adjust endpoint GET: /api/registration/applications to additionally response the registrationType

### Feature
* Mailing
* make the sender email configurable
* IdentityProvider
* add more metadata to identityProvider details

### Technical Support
* Nuget Packages
* Provide Framework Packages as Nuget Packages
* add new keycloak user to delete idps
* Bpdm Push
* ignore nullable values
* set the sharing state to ready
* Company Certificates
* add database structure for company certificates
* add seeding for company certificates

### Known Knowns
n/a

## 1.8.0-RC4

### Change
* updated response body of the GET: /api/administration/user/owncompany/users endpoint by changing the "role" section to an array to include role client information ![Tag](https://img.shields.io/static/v1?label=&message=BreakingChange&color=yellow&style=flat)
* pattern harmonization of 'company name' insert endpoints
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>RC4</VersionSuffix>
<VersionSuffix>RC5</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 569a535

Please sign in to comment.