Skip to content

Commit

Permalink
build: bump version for v2.2.0-RC4 (#984)
Browse files Browse the repository at this point in the history
* bump version for v2.2.0-RC4
* adjust changelog for v2.2.0-RC4
-----------
Reviewed-By: Evelyn Gurschler <[email protected]>
  • Loading branch information
Phil91 authored Sep 10, 2024
1 parent c84034c commit 3744239
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

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

## 2.2.0-RC4

### Bugfixes

* **Connectors**
* add filter for COMPANY_CONNECTOR [#972](https://github.com/eclipse-tractusx/portal-backend/pull/972)
* adjust connector deletion process [#968](https://github.com/eclipse-tractusx/portal-backend/pull/968)
* **Idp**
* add search functionality to idp endpoint [#982](https://github.com/eclipse-tractusx/portal-backend/pull/982)
* **Offer Management**
* adjust status query param for subscription-status [#969](https://github.com/eclipse-tractusx/portal-backend/pull/969)

## 2.2.0-RC3

### Bugfixes

* **REgistration Process**
* **Registration Process**
* removed DIM authentication details from logs [#951](https://github.com/eclipse-tractusx/portal-backend/pull/951)
* adjust retrigger process for sd creation [#938](https://github.com/eclipse-tractusx/portal-backend/pull/938)
* **Connector creation**
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>2.2.0</VersionPrefix>
<VersionSuffix>RC3</VersionSuffix>
<VersionSuffix>RC4</VersionSuffix>
</PropertyGroup>
</Project>

0 comments on commit 3744239

Please sign in to comment.