diff --git a/CHANGELOG.md b/CHANGELOG.md index 3471d49ef..92ddad0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ 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.237.0 - 2026-02-08 ### Changed -- Removed the `transactionCount` in the portfolio calculator and service +- Removed the deprecated `transactionCount` in the portfolio calculator and service - Refreshed the cryptocurrencies list - Upgraded `Nx` from version `22.4.1` to `22.4.5` diff --git a/package-lock.json b/package-lock.json index 4ebc890e8..da8bf26f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ghostfolio", - "version": "2.236.0", + "version": "2.237.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ghostfolio", - "version": "2.236.0", + "version": "2.237.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 0ed6e2d48..70922d840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "2.236.0", + "version": "2.237.0", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "repository": "https://github.com/ghostfolio/ghostfolio",