diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ec69abd..d28c16b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 2.173.0-beta.0 - 2025-06-20 ### Changed - Improved the language localization for French (`fr`) - Upgraded `class-validator` from version `0.14.1` to `0.14.2` +### Fixed + +- Fixed an issue in the `HtmlTemplateMiddleware` related to incorrect variable resolution + ## 2.172.0 - 2025-06-19 ### Added diff --git a/package-lock.json b/package-lock.json index 6c93d232d..e1a5a4289 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ghostfolio", - "version": "2.172.0", + "version": "2.173.0-beta.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ghostfolio", - "version": "2.172.0", + "version": "2.173.0-beta.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 3503702df..7f335f57d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "2.172.0", + "version": "2.173.0-beta.0", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "repository": "https://github.com/ghostfolio/ghostfolio",