diff --git a/CHANGELOG.md b/CHANGELOG.md index 49467a6c23..21f3c37b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Refactored the deprecated animation providers (`provideAnimations()` and `provideNoopAnimations()`) +- Improved the language localization for Polish (`pl`) + +## 3.32.0 - 2026-07-22 + +### Changed + - Upgraded `chartjs-chart-treemap` from version `3.1.0` to `4.2.0` ### Fixed diff --git a/apps/client/src/locales/messages.pl.xlf b/apps/client/src/locales/messages.pl.xlf index 5d18539aa3..0bc20eec6b 100644 --- a/apps/client/src/locales/messages.pl.xlf +++ b/apps/client/src/locales/messages.pl.xlf @@ -6526,7 +6526,7 @@ Active - Antywne + Aktywne apps/client/src/app/components/home-holdings/home-holdings.component.ts 64 diff --git a/package-lock.json b/package-lock.json index ea294d28c4..2e2445d49d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ghostfolio", - "version": "3.31.0", + "version": "3.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ghostfolio", - "version": "3.31.0", + "version": "3.32.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index b6b572d828..2dd6deeb83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "3.31.0", + "version": "3.32.0", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "repository": "https://github.com/ghostfolio/ghostfolio",