diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfc576..e7284b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,17 @@ All notable changes to this project will be documented in this file. This project adhere to the [Semantic Versioning](http://semver.org/) standard. +## [0.2.0] 2026-01-05 + +* Version - Update minimum required version of the stellarwp/schema library to v3.2.0. + +[0.2.0]: https://github.com/stellarwp/shepherd/releases/tag/0.2.0 + ## [0.1.0] 2025-12-17 * Feature - Introduces a method `run` to the Regulator class which enables running a set of tasks synchronously. -[0.0.9]: https://github.com/stellarwp/shepherd/releases/tag/0.0.9 +[0.1.0]: https://github.com/stellarwp/shepherd/releases/tag/0.1.0 ## [0.0.9] 2025-11-17 diff --git a/composer.json b/composer.json index 3c482cc..4d8590e 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "require": { "php": ">=7.4", "stellarwp/db": "^1.1", - "stellarwp/schema": "^3.1.2", + "stellarwp/schema": "^3.2", "woocommerce/action-scheduler": "3.9.3", "psr/log": "^1.1" }, diff --git a/shepherd.php b/shepherd.php index fb6a22b..14f61b1 100644 --- a/shepherd.php +++ b/shepherd.php @@ -9,7 +9,7 @@ * @wordpress-plugin * Plugin Name: Shepherd * Description: A library for offloading tasks to background processes. - * Version: 0.1.0 + * Version: 0.2.0 * Author: StellarWP * Author URI: https://stellarwp.com * License: GPL-2.0-or-later