diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7a764cf..2113bff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"9.0.1"} +{".":"9.0.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c7b340a..ccc94bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [9.0.2](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/compare/v9.0.1...v9.0.2) (2025-09-12) + + +### Bug Fixes + +* estimate gas before sending transactions to avoid intrinsic gas too low errors ([#183](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/issues/183)) ([4633024](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/commit/46330241a63c6e65078e0eaa3dbb5844d705f63a)) +* use less RPC calls to listen on the blockchain ([#179](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/issues/179)) ([2fc977b](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/commit/2fc977b84a65a70f959fdc326b7dde182a1e641d)) + ## [9.0.1](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/compare/v9.0.0...v9.0.1) (2025-05-14) diff --git a/gradle.properties b/gradle.properties index 81c375d..6b2abb7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=9.0.1 +version=9.0.2 # x-release-please-end iexecCommonsPocoVersion=5.1.0 iexecCommonVersion=9.1.0