From 3eed87333eee995856e7e4759644853c4bfd3436 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 28 Sep 2024 19:25:03 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3283f75..fa3fc0bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added read `permissions` to the `Platform` model +- Added read `permissions` to the `Tag` model +- Added `userId` to the `Tag` database schema + ### Changed - Considered the availability of the date range selector in the assistant per view @@ -17,6 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `prisma` from version `5.19.1` to `5.20.0` - Upgraded `webpack-bundle-analyzer` from version `4.10.1` to `4.10.2` +### Fixed + +- Fixed the content height of the create or update platform dialog in the admin control +- Fixed the content height of the create or update tag dialog in the admin control + ## 2.110.0 - 2024-09-24 ### Changed