diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a53982..86a70fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.3.0] - 2024-05-06 + +### Added + +- Added Chinese translations. + ## [3.2.0] - 2023-04-05 - Dropped support for October CMS 2.0 diff --git a/updates/version.yaml b/updates/version.yaml index a4fd322..734309e 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -28,3 +28,4 @@ v3.0.4: "Update CHANGELOG.md and fix v3.0.0 description" v3.1.0: "Maintenance update -- see CHANGELOG.md" v3.2.0: "Maintenance update -- see CHANGELOG.md" v3.2.1: "Update plugin icon" +v3.3.0: "Added Chinese translations"