From 7097d469e75dd3ae5b1f0b2f4abfbdc4a0d8c790 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, 16 Dec 2025 14:20:27 +0000 Subject: [PATCH] chore(main): release 9.0.5 --- .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 8ca9197..46b46d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"9.0.4"} +{".":"9.0.5"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 297500b..2536dba 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.5](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/compare/v9.0.4...v9.0.5) (2025-12-16) + + +### Bug Fixes + +* call new hasEnoughGas method to fall back on cached value on communication failure ([#188](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/issues/188)) ([59a97f6](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/commit/59a97f62b7c1dcf189d89162c1180097e50c0a10)) + ## [9.0.4](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/compare/v9.0.3...v9.0.4) (2025-11-25) diff --git a/gradle.properties b/gradle.properties index fbf2426..9a3234a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=9.0.4 +version=9.0.5 # x-release-please-end iexecCommonsPocoVersion=5.4.0 iexecCommonVersion=9.2.0