Skip to content

Commit

Permalink
Bump the version to a minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravewalker666 committed Jul 22, 2024
1 parent cba2e50 commit 0b9a53c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +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-07-16
## [0.29.0] - 2024-07-16

### Changed

Added Spring Boot 3.3 support.
- Added Spring Boot 3.3 support.
- Removed support for spring boot 3.1 and 2.7.

## [0.28.3] - 2024-02-20

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.4
version=0.29.0
1 change: 1 addition & 0 deletions tw-tkms-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {
testImplementation project(":tw-tkms-test-starter")

testImplementation libraries.awaitility
// If we are running on spring boot 3.3 or newer then we need to use the flyway-postgresql dependency.
if (!springBootVersion.startsWith("3.2")) {
testImplementation libraries.flywayPostgresql
}
Expand Down

0 comments on commit 0b9a53c

Please sign in to comment.