diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cbe3a8d..6699d56 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api":"7.1.1","watcher":"7.0.1"} +{"api":"7.1.2","watcher":"7.0.1"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index e307e4b..76a1f13 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [7.1.2](https://github.com/iExecBlockchainComputing/iexec-market-api/compare/iexec-market-api-v7.1.1...iexec-market-api-v7.1.2) (2025-11-19) + + +### Changed + +* allow (DATASET_INFINITE_VOLUME - 1) in bulk datasetorders for compatibility with already signed orders ([#45](https://github.com/iExecBlockchainComputing/iexec-market-api/issues/45)) ([40dedfe](https://github.com/iExecBlockchainComputing/iexec-market-api/commit/40dedfe18e13c57f2cfe4a23d0f04acad6562cf5)) + ## [7.1.1](https://github.com/iExecBlockchainComputing/iexec-market-api/compare/iexec-market-api-v7.1.0...iexec-market-api-v7.1.1) (2025-11-04) diff --git a/api/package-lock.json b/api/package-lock.json index 262e2df..a44e111 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "iexec-market-api", - "version": "7.1.1", + "version": "7.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iexec-market-api", - "version": "7.1.1", + "version": "7.1.2", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/api/package.json b/api/package.json index 9f90581..3a8fe60 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "iexec-market-api", - "version": "7.1.1", + "version": "7.1.2", "type": "module", "description": "iexec marketplace api gateway", "main": "src/index.js",