Skip to content

Commit

Permalink
[APPENG-849] Add spring boot 3.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravewalker666 committed Jul 16, 2024
1 parent c793c42 commit 3a89570
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
max-parallel: 100
matrix:
spring_boot_version:
- 3.3.0
- 3.2.2
- 3.1.6
- 3.0.13
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).

## [0.28.4] - 2024-02-20

### Changed

Added Spring Boot 3.3 support.

## [0.28.3] - 2024-02-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.28.3
version=0.28.4

0 comments on commit 3a89570

Please sign in to comment.