From ca5e90391143f3e582b069437788d38e77adb8bb Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Mon, 5 Feb 2024 15:38:05 -0500 Subject: [PATCH] chore: Version 4.1.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6509370..2af3984 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ All notable changes to this project will be documented in this file. -## 4.0.13 - UNRELEASED +## 4.1.0 - UNRELEASED ### Added * Add `phpstan` and `ecs` code linting * Add `code-analysis.yaml` GitHub action * Add `CODEOWNERS` +### Changed +* Require `craftcms/cms` `^4.6.0` for proper JSON-column content table support +* Remove unneeded dependency + ## 4.0.12 - 2024.01.16 ### Added * Added the following controller action endpoints for Canto Webhooks: `_canto-dam-assets/sync/delete-by-canto-id`, `_canto-dam-assets/sync/delete-by-album-id`, `_canto-dam-assets/sync/update-by-canto-id` & `_canto-dam-assets/sync/update-by-album-id`