Browse Source

Update changelog

pull/3837/head
Thomas Kaul 11 months ago
parent
commit
3eed87333e
  1. 11
      CHANGELOG.md

11
CHANGELOG.md

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- Added read `permissions` to the `Platform` model
- Added read `permissions` to the `Tag` model
- Added `userId` to the `Tag` database schema
### Changed ### Changed
- Considered the availability of the date range selector in the assistant per view - 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 `prisma` from version `5.19.1` to `5.20.0`
- Upgraded `webpack-bundle-analyzer` from version `4.10.1` to `4.10.2` - 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 ## 2.110.0 - 2024-09-24
### Changed ### Changed

Loading…
Cancel
Save