Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.2.0"
".": "7.0.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

## vNEXT

## [7.0.0](https://github.com/iExecBlockchainComputing/PoCo/compare/v6.2.0...v7.0.0) (2026-08-31)


### ⚠ BREAKING CHANGES

* 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))


### ✍️ Changed

* merge IexecERC20Base into IexecEscrowTokenFacet ([#345](https://github.com/iExecBlockchainComputing/PoCo/issues/345)) ([774d9dd](https://github.com/iExecBlockchainComputing/PoCo/commit/774d9ddd2ee5c5f6eb3a123054111164ff1bd15c))


### πŸ“‹ 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))
* 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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading