Skip to content

Commit

Permalink
Revert "chore(docs): Prepare docs for hotfix release 5.1.2"
Browse files Browse the repository at this point in the history
This reverts commit 3692ddd.
  • Loading branch information
ds-jhartmann committed May 14, 2024
1 parent 3692ddd commit 02a3407
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ _**For better traceability add the corresponding GitHub issue number in each cha

## [Unreleased]

## [5.1.2] - 2024-05-13

### Fixed

- Cleaning up BPNLs without policies. #533
Expand Down Expand Up @@ -655,9 +653,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha
### Unresolved
- **Select Aspects you need** You are able to select the needed aspects for which you want to collect the correct endpoint information.


[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.2...HEAD
[5.1.2]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.1...5.1.2
[Unreleased]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.1...HEAD
[5.1.1]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.1.0...5.1.1
[5.1.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/5.0.0...5.1.0
[5.0.0]: https://github.com/eclipse-tractusx/item-relationship-service/compare/4.9.0...5.0.0
Expand Down
3 changes: 0 additions & 3 deletions charts/item-relationship-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.1.2] - 2024-05-13

### Changed

- Update IRS version to 5.1.2
- Updated default accepted policy to latest traceability framework agreement #596

## [7.1.1] - 2024-05-08
Expand Down
2 changes: 1 addition & 1 deletion docs/src/api/irs-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ info:
description: The API of the Item Relationship Service (IRS) for retrieving item
graphs along the value chain of CATENA-X partners.
title: IRS API
version: 5.1.2
version: 5.1.1
servers:
- url: http://localhost:8080
security:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class IrsApplication {
/**
* The IRS API version.
*/
public static final String API_VERSION = "5.1.2";
public static final String API_VERSION = "5.1.1";

/**
* The URL prefix for IRS API URLs.
Expand Down

0 comments on commit 02a3407

Please sign in to comment.