Skip to content

Commit

Permalink
Version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panlatent committed Jun 15, 2024
1 parent be3ce62 commit c5ba0bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5ba0bf

Please sign in to comment.