diff --git a/CHANGELOG.md b/CHANGELOG.md index 366f7f4..c057471 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](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 4.3.0 - 2023-03-09 +### Added +- Randomly pick a set of colors from the color-swatches.php setup #84 + ## 4.2.1 - 2022-07-08 ### Fixed diff --git a/composer.json b/composer.json index 26b18f7..ec09f0c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "percipiolondon/craft-colour-swatches", "description": "Let clients choose from a predefined set of colours and utilise associated colour codes and class names in your templates.", "type": "craft-plugin", - "version": "4.2.1", + "version": "4.3.0", "keywords": [ "craft", "cms",