From d287560fe48fca73ab800ee821b7fe94b24b3840 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 08:51:49 +0000 Subject: [PATCH] chore(main): release 9.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 258ea9a6..efe726c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"9.2.0"} +{".":"9.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index de71923f..a8bfaaad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [9.2.1](https://github.com/iExecBlockchainComputing/iexec-core/compare/v9.2.0...v9.2.1) (2025-11-25) + + +### Bug Fixes + +* upgrade to commons-poco 5.3.1 for latest eth_call fix ([#769](https://github.com/iExecBlockchainComputing/iexec-core/issues/769)) ([d7a33b1](https://github.com/iExecBlockchainComputing/iexec-core/commit/d7a33b1abaf7d5ad01cf3018001d12bb36ee94aa)) + ## [9.2.0](https://github.com/iExecBlockchainComputing/iexec-core/compare/v9.1.0...v9.2.0) (2025-11-18) diff --git a/gradle.properties b/gradle.properties index 67b97bd8..de977c0b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=9.2.0 +version=9.2.1 # x-release-please-end iexecCommonsPocoVersion=5.3.1 iexecCommonVersion=9.2.0