Skip to content

Commit 2fe69d0

Browse files
chore(main): release 9.0.1 (#648)
1 parent bb16b7a commit 2fe69d0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"9.0.0"}
1+
{".":"9.0.1"}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [9.0.1](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.0.0...v9.0.1) (2025-09-16)
6+
7+
8+
### Bug Fixes
9+
10+
* do not check worker deposit against required worker stake for contributeAndFinalize workflow ([#652](https://github.com/iExecBlockchainComputing/iexec-worker/issues/652)) ([bb16b7a](https://github.com/iExecBlockchainComputing/iexec-worker/commit/bb16b7aca82693051d024f597dda45dd76982388))
11+
* estimate gas before sending transactions to avoid intrinsic gas too low errors ([#651](https://github.com/iExecBlockchainComputing/iexec-worker/issues/651)) ([47098bb](https://github.com/iExecBlockchainComputing/iexec-worker/commit/47098bbf53f06dd5a048423abb013ca3c0ec27ad))
12+
* use less RPC calls to listen on the blockchain ([#647](https://github.com/iExecBlockchainComputing/iexec-worker/issues/647)) ([97fcca6](https://github.com/iExecBlockchainComputing/iexec-worker/commit/97fcca64b69cc8a3763557aaf46597bbfa55808d))
13+
514
## [[9.0.0]](https://github.com/iExecBlockchainComputing/iexec-worker/releases/tag/v9.0.0) 2025-04-01
615

716
### New Features

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# x-release-please-start-version
2-
version=9.0.0
2+
version=9.0.1
33
# x-release-please-end
44
iexecCommonsPocoVersion=5.1.0
55
iexecCommonVersion=9.1.0

0 commit comments

Comments
 (0)