From 3b4578e65481b031c37c3f710cd91dda4a16fd65 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Mon, 19 Dec 2022 16:11:43 +0100 Subject: [PATCH] v2.2.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- pronamic-money.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd2e8f..db2ce16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.2.0] - 2022-12-19 +- Update `pronamic/wp-number` to version `^1.2`. +Full set of changes: [`2.1.0...2.2.0`][2.2.0] + +[2.2.0]: https://github.com/pronamic/wp-money/compare/2.1.0...2.2.0 + ## [2.1.0] - 2022-12-19 - Increased minimum PHP version to version `8` or higher. - Improved support for PHP `8.1` and `8.2`. diff --git a/package.json b/package.json index 6f5f019..df52597 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-money", - "version": "2.1.0", + "version": "2.2.0", "description": "WordPress Money library.", "repository": { "type": "git", diff --git a/pronamic-money.php b/pronamic-money.php index ccb785b..d0fa6fa 100644 --- a/pronamic-money.php +++ b/pronamic-money.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-money/ * Description: WordPress Money library. * - * Version: 2.1.0 + * Version: 2.2.0 * Requires at least: 4.7 * Requires PHP: 8.0 *