diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2cc3ea0a..a72c9ffd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api":"1.0.1","cli":"1.4.1"} +{"api":"1.0.1","cli":"1.5.0"} diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 1804e4f6..72ddb45e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.4.1...iapp-v1.5.0) (2026-04-09) + + +### Added + +* enable TDX on arbitrum-mainnet ([#271](https://github.com/iExecBlockchainComputing/iapp/issues/271)) ([63614e6](https://github.com/iExecBlockchainComputing/iapp/commit/63614e64c6d073cecbb5865d21eda7e0e9cb7448)) + ## [1.4.1](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.4.0...iapp-v1.4.1) (2026-02-25) diff --git a/cli/npm-shrinkwrap.json b/cli/npm-shrinkwrap.json index 4fcd2c40..5300af05 100644 --- a/cli/npm-shrinkwrap.json +++ b/cli/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@iexec/iapp", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/iapp", - "version": "1.4.1", + "version": "1.5.0", "license": "Apache-2.0", "dependencies": { "borsh": "^2.0.0", diff --git a/cli/package.json b/cli/package.json index c84e3d9b..c6545d1a 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/iapp", - "version": "1.4.1", + "version": "1.5.0", "description": "A CLI to guide you through the process of building an iExec iApp", "main": "dist/index.js", "type": "module",