diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee1288..6d3db10 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 5c392d4..2595356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [9.1.0](https://github.com/iExecBlockchainComputing/iexec-result-proxy/compare/v9.0.0...v9.1.0) (2025-11-04) + + +### Features + +* enable TDX tasks support ([#161](https://github.com/iExecBlockchainComputing/iexec-result-proxy/issues/161)) ([9862406](https://github.com/iExecBlockchainComputing/iexec-result-proxy/commit/9862406553594866b1f1e8bae8961e4c5a268b58)) + ## [[9.0.0]](https://github.com/iExecBlockchainComputing/iexec-result-proxy/releases/tag/v9.0.0) 2025-03-28 ### Breaking API changes diff --git a/gradle.properties b/gradle.properties index dff8d7b..cf773e9 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.3.1 iexecCommonVersion=9.2.0