diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ebfd4..5e586e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file keeps track of changes, updates and fixes in "WBSC Scoring" project. +## Version 1.2.1 (2024-07-19) +- Bugfixes: + - SEO Meta tags not rendered correctly (#247) + - Hydration mismatches in translations (#248) + - Dynamic translations of base/spec actions (#249) + ## Version 1.2.0 (2024-07-18) - Features: - "No DP" option for runners (#180) diff --git a/app.config.ts b/app.config.ts index e35e27f..d167d9d 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,4 +1,4 @@ export default defineAppConfig({ publicVersion: '1.2', - fullVersion: '1.2.0', + fullVersion: '1.2.1', })