diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d3dbfa0..1fc82ec50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## Next +## 3.0.0 - 2026-04-23 ### Added diff --git a/apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.html b/apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.html index 86e25efc6..3cd3c9b56 100644 --- a/apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.html +++ b/apps/client/src/app/pages/blog/2026/04/ghostfolio-3/ghostfolio-3-page.html @@ -4,7 +4,7 @@

Ghostfolio 3.0

-
2026-04-22
+
2026-04-23
Ghostfolio 3.0 TeaserExtended Multilanguage Support

Largely driven by contributions from the community, Ghostfolio now - supports more languages than ever. The application is now available - in a growing number of languages, making it accessible to a broader + supports more languages than ever. The application is available in a + growing number of languages, making it accessible to a broader audience of investors around the world.

Reliable Stability

@@ -75,7 +75,7 @@ major addition is that self-hosters can now fully benefit from Ghostfolio Premium to make use of a professional data provider. This gives you full - control over your infrastructure while still giving you access to + control over your infrastructure while still having access to high-quality market data for portfolio analytics.

Updated Technology Stack

@@ -160,8 +160,8 @@

Become a contributor: Interested in getting - involved? We welcome contributions from developers who are - passionate about open source and personal finance. + involved? We welcome contributions from developers who are willing + to dive into open source and personal finance topics. Join our developer community diff --git a/package-lock.json b/package-lock.json index 135ac3045..7b05e00ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ghostfolio", - "version": "2.255.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ghostfolio", - "version": "2.255.0", + "version": "3.0.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 496ad9c16..bd0824c30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghostfolio", - "version": "2.255.0", + "version": "3.0.0", "homepage": "https://ghostfol.io", "license": "AGPL-3.0", "repository": "https://github.com/ghostfolio/ghostfolio",