From 7e1aa34cc61fc8f9461036464fe89bdd8632f3fb Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:15:05 +0000 Subject: [PATCH] chore(main): release 9.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d3db105..258ea9a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"9.1.0"} +{".":"9.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e0733db..28f9a069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [9.2.0](https://github.com/iExecBlockchainComputing/iexec-common/compare/v9.1.0...v9.2.0) (2025-10-07) + + +### Features + +* add DEAL_ID and TASK_INDEX to TeeSessionEnvironmentVariable ([#496](https://github.com/iExecBlockchainComputing/iexec-common/issues/496)) ([7dab6f6](https://github.com/iExecBlockchainComputing/iexec-common/commit/7dab6f6946fa651f5a0de6e869fe9687c98d9b6a)) +* rename newly created variables with IEXEC_ prefix ([#498](https://github.com/iExecBlockchainComputing/iexec-common/issues/498)) ([9354478](https://github.com/iExecBlockchainComputing/iexec-common/commit/9354478a910ac868237b6a4a380a45feae95deb2)) + ## [9.1.0](https://github.com/iExecBlockchainComputing/iexec-common/compare/v9.0.0...v9.1.0) (2025-09-10) diff --git a/gradle.properties b/gradle.properties index 2c0a32a6..201f22b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=9.1.0 +version=9.2.0 # x-release-please-end iexecCommonsPocoVersion=5.2.0