From 2cf005b0cdf398e5b6fca332fea18128b07feb9d Mon Sep 17 00:00:00 2001 From: mgeissen Date: Fri, 2 Feb 2024 08:52:06 +0100 Subject: [PATCH] release version 0.32.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matthias Geißendörfer --- CHANGELOG.md | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43bc36be..4962e31c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Release Notes +# 0.32.0 +* Upgrade to spring-boot 3.2.2 + # 0.31.0 * Dependency updates * aws-sdk 2.22.9 changes communication format for sqs from XML to JSON diff --git a/build.gradle b/build.gradle index ad8a9262..e230d436 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { id("io.github.gradle-nexus.publish-plugin") version "1.3.0" } -version = '0.31.1-SNAPSHOT' +version = '0.32.0' group = 'de.otto.synapse' ext {