Skip to content

Commit

Permalink
release: bump version for v1.7.0-RC2 (#322)
Browse files Browse the repository at this point in the history
* update changelog for v1.7.0-RC2
* release: bump version for v1.7.0-RC2

---------

Co-authored-by: jjeroch <[email protected]>
  • Loading branch information
Phil91 and jjeroch authored Nov 2, 2023
1 parent 0c8ac3c commit c45575b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 1.7.0-RC2

### Change
* Seeding Data
* updated technical user role description & user role names
* Others
* added email value validation for invitation, network registration and user invitation to enable the user input data validation for valid email

### Feature
n/a

### Technical Support
* Released extended error response message method (incl. error-type, error-code, a message-template and multiple parameters) and enabled the same for administration POST endpoints /userfile and registration GET endpoint /companyDetailsWithAddress

### Bugfix
* Adjusted the json property name for bpn within the BpdmLegalEntityOutputData
* Updated osp_welcome_email.html dynamic data field from idpAlias to companyName


## 1.7.0-RC1

### 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.7.0</VersionPrefix>
<VersionSuffix>RC1</VersionSuffix>
<VersionSuffix>RC2</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit c45575b

Please sign in to comment.