Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ Release names follow the **historic football clubs** naming convention (A–Z):

### Added

### Changed

### Fixed

### Removed

---

## [2.0.1 - Chelsea] - 2026-04-11

### Added

- Integrate Flyway for database schema versioning and automated migrations;
add `spring-boot-starter-flyway` (Spring Boot 4.0 requires this dedicated
starter for autoconfiguration — `flyway-core` alone is insufficient) and
Expand All @@ -66,10 +78,6 @@ Release names follow the **historic football clubs** naming convention (A–Z):
toolchain (`javac`, `jshell`, debug utilities) while retaining the full JVM
(#307)

### Fixed

### Removed

---

## [2.0.0 - Barcelona] - 2026-04-06
Expand Down
Loading