From 57f6dfafff59950fe2f98e56ebbdd26037919050 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:20:44 +0000 Subject: [PATCH] chore(main): release 7.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1e352c1..aeda91d8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0" + ".": "7.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b73d1a70..c97919e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ ## vNEXT +## [7.0.0](https://github.com/iExecBlockchainComputing/PoCo/compare/v6.2.0...v7.0.0) (2026-09-04) + + +### ⚠ BREAKING CHANGES + +* remove token suffix ([#356](https://github.com/iExecBlockchainComputing/PoCo/issues/356)) +* remove `setName` function and related tests for reverse registration ([#344](https://github.com/iExecBlockchainComputing/PoCo/issues/344)) +* remove native mode contracts ([#343](https://github.com/iExecBlockchainComputing/PoCo/issues/343)) + +### 🚀 Added + +* remove `setName` function and related tests for reverse registration ([#344](https://github.com/iExecBlockchainComputing/PoCo/issues/344)) ([26772eb](https://github.com/iExecBlockchainComputing/PoCo/commit/26772eb48d9eecc2aedfb7339258daedb509c10c)) +* remove native mode contracts ([#343](https://github.com/iExecBlockchainComputing/PoCo/issues/343)) ([22e1690](https://github.com/iExecBlockchainComputing/PoCo/commit/22e1690baea202cdfdcfef3714d07261f6673d45)) +* remove temporary migration shims ([#351](https://github.com/iExecBlockchainComputing/PoCo/issues/351)) ([7de2258](https://github.com/iExecBlockchainComputing/PoCo/commit/7de2258504155540ef4fe8d24273e2b65eed2eca)) + + +### ✍️ Changed + +* convert abstract contracts to libraries ([#353](https://github.com/iExecBlockchainComputing/PoCo/issues/353)) ([59d786d](https://github.com/iExecBlockchainComputing/PoCo/commit/59d786d82070df317e964352a50cfe0baaef18d9)) +* merge IexecERC20Base into IexecEscrowTokenFacet ([#345](https://github.com/iExecBlockchainComputing/PoCo/issues/345)) ([774d9dd](https://github.com/iExecBlockchainComputing/PoCo/commit/774d9ddd2ee5c5f6eb3a123054111164ff1bd15c)) +* remove duplication from escrow code ([#352](https://github.com/iExecBlockchainComputing/PoCo/issues/352)) ([64f8e1b](https://github.com/iExecBlockchainComputing/PoCo/commit/64f8e1b83816448ba400a803869f66b8054a4d48)) +* remove token suffix ([#356](https://github.com/iExecBlockchainComputing/PoCo/issues/356)) ([50e5542](https://github.com/iExecBlockchainComputing/PoCo/commit/50e554295558d885397a8abd8f72be2cd16feb80)) + + +### 📋 Misc + +* add agents file in a progressive disclosure format ([#350](https://github.com/iExecBlockchainComputing/PoCo/issues/350)) ([862c1f7](https://github.com/iExecBlockchainComputing/PoCo/commit/862c1f7b69c6b1abea15a9decb3ca9d62262315d)) +* clean some todos ([#357](https://github.com/iExecBlockchainComputing/PoCo/issues/357)) ([97e34e4](https://github.com/iExecBlockchainComputing/PoCo/commit/97e34e453f696f489825f917b367de25754447b3)) +* Fix release please config and changelog file ([#338](https://github.com/iExecBlockchainComputing/PoCo/issues/338)) ([0a033f4](https://github.com/iExecBlockchainComputing/PoCo/commit/0a033f4fad3c436c6001d4d45f583b2cc5817108)) +* remove bellecour support ([#341](https://github.com/iExecBlockchainComputing/PoCo/issues/341)) ([e69d65c](https://github.com/iExecBlockchainComputing/PoCo/commit/e69d65ca73f6f636ed0ec3c90137b55a5578cb9c)) +* Update owner address in config after multisig transfer ([#339](https://github.com/iExecBlockchainComputing/PoCo/issues/339)) ([fd0c823](https://github.com/iExecBlockchainComputing/PoCo/commit/fd0c823e03f2fb359420bf0fc9bf18039b7d100d)) +* use iexec interface token ([#342](https://github.com/iExecBlockchainComputing/PoCo/issues/342)) ([14d891c](https://github.com/iExecBlockchainComputing/PoCo/commit/14d891cc368d9837ae17e595a267f01af6f81535)) + ## [6.2.0](https://github.com/iExecBlockchainComputing/PoCo/compare/v6.1.0...v6.2.0) (2026-01-21) diff --git a/package-lock.json b/package-lock.json index 21d7f3c1..e50bd268 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/poco", - "version": "6.2.0", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iexec/poco", - "version": "6.2.0", + "version": "7.0.0", "license": "Apache-2.0", "dependencies": { "@openzeppelin/contracts": "^5.0.2" diff --git a/package.json b/package.json index e6bd2142..2e1242b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/poco", - "version": "6.2.0", + "version": "7.0.0", "description": "iExec Proof of Contribution protocol smart contracts", "author": "iExec", "license": "Apache-2.0",