From 49488cb27596b80a137fe147afe9f4480cc1df73 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:03:26 +0000 Subject: [PATCH] chore(main): release 9.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 258ea9a69..fd407a837 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"9.2.0"} +{".":"9.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8e980a5..887e2d0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [9.3.0](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.2.0...v9.3.0) (2025-12-22) + + +### Features + +* enable TDX tasks support ([#673](https://github.com/iExecBlockchainComputing/iexec-worker/issues/673)) ([579a7db](https://github.com/iExecBlockchainComputing/iexec-worker/commit/579a7db9cc8817d2b9198b694084e186ed86f003)) + + +### Bug Fixes + +* call new hasEnoughGas method to fall back on cached value on communication failure ([#672](https://github.com/iExecBlockchainComputing/iexec-worker/issues/672)) ([e6614a6](https://github.com/iExecBlockchainComputing/iexec-worker/commit/e6614a6274e9b955dc7cec709830ff83612f5dd9)) +* properly deprecate an unused REST route ([#670](https://github.com/iExecBlockchainComputing/iexec-worker/issues/670)) ([e87ad05](https://github.com/iExecBlockchainComputing/iexec-worker/commit/e87ad05859257b32b3bc4d203bb6ba0b5b9ccd59)) + ## [9.2.0](https://github.com/iExecBlockchainComputing/iexec-worker/compare/v9.1.0...v9.2.0) (2025-11-14) diff --git a/gradle.properties b/gradle.properties index 1dd0a7903..58048c527 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=9.2.0 +version=9.3.0 # x-release-please-end iexecCommonsPocoVersion=5.4.0 iexecCommonVersion=9.2.0