diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c9a4dde..fae4b3527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,12 @@ 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 - -### Added - -- Added `INACTIVE` as a new user role - -## 2.53.0 - 2024-02-18 +## 2.53.1 - 2024-02-18 ### Added - Added an accounts tab to the position detail dialog +- Added `INACTIVE` as a new user role ### Changed diff --git a/package.json b/package.json index f0834c868..3d9169649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "2.53.0", + "version": "2.53.1", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "repository": "https://github.com/ghostfolio/ghostfolio",