diff --git a/CHANGELOG.md b/CHANGELOG.md index 2938609..742ce8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.1.2] - 2023-01-31 +### Composer + +- Changed `php` from `>=8.0` to `>=7.4`. + +Full set of changes: [`2.1.1...2.1.2`][2.1.2] + +[2.1.2]: https://github.com/pronamic/wp-datetime/compare/v2.1.1...v2.1.2 + ## [2.1.1] - 2022-12-28 ### Commits diff --git a/package.json b/package.json index 815e232..4434a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-datetime", - "version": "2.1.1", + "version": "2.1.2", "description": "WordPress DateTime library.", "repository": { "type": "git", diff --git a/pronamic-datetime.php b/pronamic-datetime.php index fd3ce1e..f8c9378 100644 --- a/pronamic-datetime.php +++ b/pronamic-datetime.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-datetime/ * Description: WordPress DateTime library. * - * Version: 2.1.1 + * Version: 2.1.2 * Requires at least: 4.7 * Requires PHP: 8.0 *