From cc35ac02a62672f125df175602afef3cd00080e7 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Thu, 30 Jan 2025 22:35:05 +0100 Subject: [PATCH] mention major version bumps in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a8add5..013baf83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated Keycloak to 25.0.6 - Updated to Java 21 (#272) - Updated to Quarkus 3.8.x LTS (#272) +- Updated to tailwindcss 4 +- Updated to Vite 6 - Bumped build time dependencies - Migrated remaining commonjs modules in frontend build to ESM (#291) - Memoize infrequently changing data, reducing XHR roundtrips