diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1387fa8..bc494d81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api":"0.3.0","cli":"1.0.0-beta.4"} +{"api":"0.3.1","cli":"1.0.0-beta.4"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 575e3a70..c3e15e56 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-api-v0.3.0...iapp-api-v0.3.1) (2025-08-21) + + +### Changed + +* fix enclave key volume binding from host ([2736bfc](https://github.com/iExecBlockchainComputing/iapp/commit/2736bfca822cce4d295b52eb17cb3752cc1cb9d9)) + ## [0.3.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-api-v0.2.0...iapp-api-v0.3.0) (2025-08-20) diff --git a/api/package-lock.json b/api/package-lock.json index e5dee439..ff89c259 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "iapp-api", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iapp-api", - "version": "0.3.0", + "version": "0.3.1", "dependencies": { "cls-hooked": "^4.2.2", "dockerode": "^4.0.5", diff --git a/api/package.json b/api/package.json index 1318bb54..21892e24 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "iapp-api", - "version": "0.3.0", + "version": "0.3.1", "main": "index.js", "type": "module", "scripts": {