From 00a01b5ff65dd0dc2933c65299a6072e66406c02 Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Tue, 16 Jul 2024 10:48:16 +0100 Subject: [PATCH] update changelog and bump version Signed-off-by: Jordan Hasgul --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7829937..08634e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.12.5] - 2024-07-16 + +### Changed + +* Added support for Spring Boot 3.3. + + ## [1.12.4] - 2024-02-22 ### Changed diff --git a/gradle.properties b/gradle.properties index 4df0ad0..950bc9f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.12.4 \ No newline at end of file +version=1.12.5 \ No newline at end of file