diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fa63d75..b5b816a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,8 +27,9 @@ jobs: max-parallel: 100 matrix: spring_boot_version: + - 3.4.0 - 3.3.1 - - 3.2.2 + env: SPRING_BOOT_VERSION: ${{ matrix.spring_boot_version }} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b86b79..10d5e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.13.2] - 2024-120-05 + +### Changed +- Added support for spring boot 3.4 + ## [1.13.1] - 2024-10-15 ### Fixed diff --git a/gradle.properties b/gradle.properties index 0188526..9084b5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.13.1 \ No newline at end of file +version=1.13.2 \ No newline at end of file