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