From 9ccc34a1dc8277fc7e545d046de0def8fc497d41 Mon Sep 17 00:00:00 2001 From: mgeissen Date: Thu, 15 Jun 2023 16:20:42 +0200 Subject: [PATCH] release version 0.30.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Florian Torkler Co-authored-by: Riko Stave 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 6e5a4237..cd424c6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Release Notes +# 0.30.1 +* Fix deprecation warnings for thymeleaf includes which started with spring boot 3.x. + # 0.30.0 * Update to spring-boot 3.1.0 diff --git a/build.gradle b/build.gradle index 47dbfb23..d758cd93 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.30.1-SNAPSHOT' +version = '0.30.1' group = 'de.otto.synapse' ext {