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