From a9bd816999ffb667d3c609b061aeb50fb1516702 Mon Sep 17 00:00:00 2001 From: Mats Mikkel Rummelhoff Date: Sun, 27 Dec 2020 23:21:56 +0100 Subject: [PATCH] Bump to 2.2.3, update changelog --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35286ff..41cc7e3 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/). +## 2.2.3 - 2020-12-27 +### Fixed +- Fixes Postgres SQL errors + ## 2.2.2 - 2020-10-08 ### Fixed - Fixes an issue where Reasons could cause an exception when installing Craft using existing project config Yaml files diff --git a/composer.json b/composer.json index 11c8b35..f3c13a3 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mmikkel/reasons", "description": "Adds conditionals to field layouts.", "type": "craft-plugin", - "version": "2.2.2", + "version": "2.2.3", "keywords": [ "craft", "cms",