Skip to content

Commit

Permalink
Add support for Spring Boot 3.2 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw-peeterkarolin authored Feb 22, 2024
1 parent 46da61b commit e0e5359
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
max-parallel: 100
matrix:
spring_boot_version:
- 3.2.2
- 3.1.6
- 3.0.13
- 2.7.18
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.12.3
version=1.12.4

0 comments on commit e0e5359

Please sign in to comment.