diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e586e8..0b1337a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ This file keeps track of changes, updates and fixes in "WBSC Scoring" project. -## Version 1.2.1 (2024-07-19) +## Version 1.2.2 (2024-07-21) - Bugfixes: - SEO Meta tags not rendered correctly (#247) + +## 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) diff --git a/app.config.ts b/app.config.ts index d167d9d..d875dc0 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,4 +1,4 @@ export default defineAppConfig({ publicVersion: '1.2', - fullVersion: '1.2.1', + fullVersion: '1.2.2', })