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..d4393ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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) (2026-04-30) + + +### 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)) +* remove BrokerService only used for IntegrationTests ([#191](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/issues/191)) ([de4b267](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/commit/de4b267cf9e805cbff4857a8c53e4f0064ac098a)) +* retry tx with backoff delay ([#190](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/issues/190)) ([f7b6627](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/commit/f7b6627c9f36101e8e5183187378c9fdb00cbae5)) + ## [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