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 5f4ce0e2..728f7e65 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.1.0