Skip to content

Commit

Permalink
issue 597: Update exchange-api version
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Mordyk <[email protected]>
  • Loading branch information
omordyk committed Oct 31, 2024
1 parent 0a1cb6c commit aa769f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [2.125.3](https://github.com/open-horizon/exchange-api/pull/727) - 2024-10-31
- issue 597: Rework unit-test for ExchangeConfigSuite.
- Increased the number of test cases to cover corner cases for ExchangeConfig.

## [2.125.2](https://github.com/open-horizon/exchange-api/pull/726) - 2024-10-31
- issue 607: Rework unit-test for version.
- Increased the number of test cases to cover corner cases for Version.
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi-3-developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name" : "Apache License Version 2.0",
"url" : "https://www.apache.org/licenses/LICENSE-2.0"
},
"version" : "2.125.2"
"version" : "2.125.3"
},
"externalDocs" : {
"description" : "Open-horizon ExchangeAPI",
Expand Down
2 changes: 1 addition & 1 deletion docs/openapi-3-user.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name" : "Apache License Version 2.0",
"url" : "https://www.apache.org/licenses/LICENSE-2.0"
},
"version" : "2.125.2"
"version" : "2.125.3"
},
"externalDocs" : {
"description" : "Open-horizon ExchangeAPI",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.125.2
2.125.3

0 comments on commit aa769f6

Please sign in to comment.