diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6a4f8f3..b77bf83 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,6 +20,7 @@ jobs: max-parallel: 100 matrix: spring_boot_version: + - 3.2.2 - 3.1.6 - 3.0.13 - 2.7.18 diff --git a/CHANGELOG.md b/CHANGELOG.md index 43840b7..7829937 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.12.4] - 2024-02-22 + +### Changed + +* Added support for Spring Boot 3.2. + ## [1.12.3] - 2024-01-11 ### Fixed diff --git a/gradle.properties b/gradle.properties index f71e84b..4df0ad0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.12.3 \ No newline at end of file +version=1.12.4 \ No newline at end of file