From 1d7464fb8de509c46680fcf4dbe768cac661e73e Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Tue, 16 Jul 2024 16:07:13 +0100 Subject: [PATCH] update changelog and bump version Signed-off-by: Jordan Hasgul --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d69cd23..7ceb224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.2.3] - 2024-07-16 + +### Changed +- Added support for Spring Boot 3.3. + - Updated dependencies. + ## [1.2.2] - 2024-02-23 ### Changed diff --git a/gradle.properties b/gradle.properties index 2da9394..e252ccc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.2.2 +version=1.2.3