diff --git a/CHANGELOG.md b/CHANGELOG.md index a60acd98b..242b2ca6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- [Update csv_serialization dependency to ^4.0 #745](https://github.com/farmOS/farmOS/pull/745) + ## [3.0.0-beta1] 2023-11-01 This is the first release of the farmOS 3.x branch, following diff --git a/composer.json b/composer.json index b0a09530e..f1a7e5137 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "drupal/core": "10.1.6", "drupal/config_update": "^2.0@alpha", "drupal/consumers": "^1.15", - "drupal/csv_serialization": "^3.0@beta", + "drupal/csv_serialization": "^4.0", "drupal/date_popup": "^1.3", "drupal/entity": "1.4", "drupal/entity_browser": "2.9",