From f26b7ca7e0da3afe313de1753981ea48531d2603 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:45:16 +0000 Subject: [PATCH] chore(main): release iapp 2.0.0 --- .release-please-manifest.json | 2 +- cli/CHANGELOG.md | 13 +++++++++++++ cli/npm-shrinkwrap.json | 4 ++-- cli/package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a72c9ffd..d9297089 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"api":"1.0.1","cli":"1.5.0"} +{"api":"1.0.1","cli":"2.0.0"} diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 72ddb45e..837f53a9 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.5.0...iapp-v2.0.0) (2026-04-20) + + +### ⚠ BREAKING CHANGES + +* remove SCONE TEE framework ([#273](https://github.com/iExecBlockchainComputing/iapp/issues/273)) +* iApps deployed with SCONE will no longer be executable and must be redeployed with TDX by running `iapp deploy` + +### Changed + +* remove bellecour chain ([#273](https://github.com/iExecBlockchainComputing/iapp/issues/273)) ([e852724](https://github.com/iExecBlockchainComputing/iapp/commit/e85272437a47213312869d2c548121609a9c785e)) +* remove SCONE TEE framework ([#273](https://github.com/iExecBlockchainComputing/iapp/issues/273)) ([e852724](https://github.com/iExecBlockchainComputing/iapp/commit/e85272437a47213312869d2c548121609a9c785e)) + ## [1.5.0](https://github.com/iExecBlockchainComputing/iapp/compare/iapp-v1.4.1...iapp-v1.5.0) (2026-04-09) diff --git a/cli/npm-shrinkwrap.json b/cli/npm-shrinkwrap.json index b2404abf..ce81a44a 100644 --- a/cli/npm-shrinkwrap.json +++ b/cli/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@iexec/iapp", - "version": "1.5.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/iapp", - "version": "1.5.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "borsh": "^2.0.0", diff --git a/cli/package.json b/cli/package.json index dd3bbf25..cf3263ab 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/iapp", - "version": "1.5.0", + "version": "2.0.0", "description": "A CLI to guide you through the process of building an iExec iApp", "main": "dist/index.js", "type": "module",