diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b77bf83..b3ae82a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,10 +20,8 @@ jobs: max-parallel: 100 matrix: spring_boot_version: + - 3.3.1 - 3.2.2 - - 3.1.6 - - 3.0.13 - - 2.7.18 env: SPRING_BOOT_VERSION: ${{ matrix.spring_boot_version }} steps: 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