diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0e24e..2dd09b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.10] - 2023-09-28 + +* Fixed backend filtering for MySQL >= 8.0.3. + ## [3.1.9] - 2023-06-12 * Added environment variables for manipulating the navigation: diff --git a/updates/version.yaml b/updates/version.yaml index 28b1605..21fd6c3 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -83,3 +83,4 @@ v3.1.6: "Add support for October CMS 3.3." v3.1.7: "Remove use of old BrandSetting constants." v3.1.8: "Add German translation." v3.1.9: "Added environment variables for manipulating the navigation." +v3.1.10: "Fixed backend filtering for MySQL >= 8.0.3."