Skip to content

Commit

Permalink
release: bump version for v1.6.0-RC8 (#225)
Browse files Browse the repository at this point in the history
Refs: CPLP-3182
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Aug 22, 2023
1 parent 3c7e4a2 commit 12ea3fc
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.6.0-RC8

### Change
* Administration Service
* remove PUT: users/{companyUserId}/resetpassword
* Marketplace Service:
* add GET: /api/apps/owncompany/activesubscriptions
* add GET: /api/Apps/owncompany/subscriptions

### Technical Support
* Iam Seeding
* change base image from aspnet to runtime
* change name in Docker Hub notice
* Migration Jobs
* change base image from aspnet to runtime
* All Services
* add missing file headers

## 1.6.0-RC7

### 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 @@ -21,6 +21,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.6.0</VersionPrefix>
<VersionSuffix>RC7</VersionSuffix>
<VersionSuffix>RC8</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 12ea3fc

Please sign in to comment.