From c5ba0bf54497b5509b9c286d3eca5938b0e93524 Mon Sep 17 00:00:00 2001 From: panlatent Date: Sat, 15 Jun 2024 11:46:52 +0800 Subject: [PATCH] Version 0.6.2 --- CHANGELOG.md | 6 +++++- src/Plugin.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c50a6d4..0626c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Fixed ### Removed -## [0.6.1] -2024-05-15 +## [0.6.2] - 2024-06-15 +## Fixed +- Fix PostgreSQL indeterminate datatype error in console schedule update logs + +## [0.6.1] - 2024-05-15 ## Updated - Compatible with Feed Me plugin diff --git a/src/Plugin.php b/src/Plugin.php index 82eb9ea..d820674 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -53,7 +53,7 @@ class Plugin extends \craft\base\Plugin /** * @var string */ - public string $schemaVersion = '0.6.1'; + public string $schemaVersion = '0.6.2'; /** * @var string|null