From 0dc94bb7b70228083ef451c6ab603ba4160742c2 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, 13 May 2026 09:57:44 +0000 Subject: [PATCH] chore(main): release 5.5.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 f8244de..d84fa0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"5.4.1"} +{".":"5.5.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f90fa..1f23eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [5.5.0](https://github.com/iExecBlockchainComputing/iexec-commons-poco/compare/v5.4.1...v5.5.0) (2026-05-13) + + +### Features + +* upgrade to Java 21 ([#173](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/173)) ([7e361fd](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/7e361fd0b3e80037727576121ef012b2db1510bd)) +* upgrade to Spring Boot 3.5.8 ([#171](https://github.com/iExecBlockchainComputing/iexec-commons-poco/issues/171)) ([6ec82b1](https://github.com/iExecBlockchainComputing/iexec-commons-poco/commit/6ec82b1c28dade16b04fad05e97689433083b10f)) + ## [5.4.1](https://github.com/iExecBlockchainComputing/iexec-commons-poco/compare/v5.4.0...v5.4.1) (2026-04-29) diff --git a/gradle.properties b/gradle.properties index 5d8abaf..36cc349 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # x-release-please-start-version -version=5.4.1 +version=5.5.0 # x-release-please-end nexusUser nexusPassword