From c0f0145b2278dce25cbede9f83b4af619c28f6a2 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:42 +0000 Subject: [PATCH] chore(main): release 9.0.3 --- .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 2113bff..d328b81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"9.0.2"} +{".":"9.0.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc94bc..1992ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [9.0.3](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/compare/v9.0.2...v9.0.3) (2025-11-25) + + +### Bug Fixes + +* upgrade to commons-poco 5.3.1 for latest eth_call fix ([#184](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/issues/184)) ([26d1058](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/commit/26d1058ef439f035bc201b449f3d99d8be5dda98)) + ## [9.0.2](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/compare/v9.0.1...v9.0.2) (2025-09-12) diff --git a/gradle.properties b/gradle.properties index 6bd9823..d734c1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=9.0.2 +version=9.0.3 # x-release-please-end iexecCommonsPocoVersion=5.3.1 iexecCommonVersion=9.2.0