From 8a8ea84080c162f12cb0e6fd2ff69757f82298ff Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sun, 25 Jan 2026 10:58:03 +0700 Subject: [PATCH] feat(docs): update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67541f050..cc3b999bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Migrated from _Material Design_ 2 to _Material Design_ 3 +- Upgraded `prisma` from version `6.19.0` to `7.2.0` + +### Todo + +- Update `DATABASE_URL` in `.env`: `sslmode=prefer` is no longer supported. Use `sslmode=require` if SSL is enabled, otherwise remove the `sslmode` parameter. ## 2.233.0 - 2026-01-23 @@ -71,7 +76,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Moved the data service to `@ghostfolio/ui/services` - Refactored the dividend import - Refreshed the cryptocurrencies list -- Upgraded `prisma` from version `6.19.0` to `7.2.0` ### Fixed