From 99c540dbb035770f44d4fc7122b095f1f583efea Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Thu, 22 Feb 2024 11:17:45 +0000 Subject: [PATCH] updated changlog and bumped 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 64e8642..ec53101 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.6.2] - 2024-02-22 + +### Changed +* - Added support for Spring Boot 3.2. + - Updated dependencies. + ## [1.6.1] - 2023-08-03 ### Added diff --git a/gradle.properties b/gradle.properties index 5c24438..af4708f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.6.1 +version=1.6.2