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