From 5c190d3aca1bf14ae919412c5b44269afff58827 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:58:03 +0000 Subject: [PATCH] chore(main): release 9.1.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 0ee12881..6d3db105 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"9.0.0"} +{".":"9.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9006a75f..3e0733db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [9.1.0](https://github.com/iExecBlockchainComputing/iexec-common/compare/v9.0.0...v9.1.0) (2025-09-10) + + +### Features + +* add new variables for bulk processing TEE sessions ([#492](https://github.com/iExecBlockchainComputing/iexec-common/issues/492)) ([4c84fa8](https://github.com/iExecBlockchainComputing/iexec-common/commit/4c84fa86db87706023d8368c7809705246096ccc)) +* move TeeSessionGenerationError to iexec-common ([#493](https://github.com/iExecBlockchainComputing/iexec-common/issues/493)) ([32db1c1](https://github.com/iExecBlockchainComputing/iexec-common/commit/32db1c1bac4b8a66ebcdcdaf17d3a14ef33476e2)) + + +### Bug Fixes + +* deprecate unused fields in `ResultModel`, covering data existing on-chain ([#486](https://github.com/iExecBlockchainComputing/iexec-common/issues/486)) ([739350f](https://github.com/iExecBlockchainComputing/iexec-common/commit/739350fa316c396aec2cf5a56da06b6e5e9396ac)) + ## [[9.0.0]](https://github.com/iExecBlockchainComputing/iexec-common/releases/tag/v9.0.0) 2025-03-27 ### New Features diff --git a/gradle.properties b/gradle.properties index 6913ddf2..d7cb5f23 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=9.0.0 +version=9.1.0 # x-release-please-end iexecCommonsPocoVersion=5.0.0