From 609b8430c18de1afe1b751adaab969c0ca390e7d Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 10:47:33 +0000 Subject: [PATCH] chore(main): release 6.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1e352c1..9b2cc73a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0" + ".": "6.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b73d1a70..26dcb907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## vNEXT +## [6.2.1](https://github.com/iExecBlockchainComputing/PoCo/compare/v6.2.0...v6.2.1) (2026-01-28) + + +### 📋 Misc + +* Fix release please config and changelog file ([#338](https://github.com/iExecBlockchainComputing/PoCo/issues/338)) ([0a033f4](https://github.com/iExecBlockchainComputing/PoCo/commit/0a033f4fad3c436c6001d4d45f583b2cc5817108)) +* Update owner address in config after multisig transfer ([#339](https://github.com/iExecBlockchainComputing/PoCo/issues/339)) ([fd0c823](https://github.com/iExecBlockchainComputing/PoCo/commit/fd0c823e03f2fb359420bf0fc9bf18039b7d100d)) + ## [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..81d8bbd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/poco", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iexec/poco", - "version": "6.2.0", + "version": "6.2.1", "license": "Apache-2.0", "dependencies": { "@openzeppelin/contracts": "^5.0.2" diff --git a/package.json b/package.json index 71056e06..833023b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/poco", - "version": "6.2.0", + "version": "6.2.1", "description": "iExec Proof of Contribution protocol smart contracts", "author": "iExec", "license": "Apache-2.0",