diff --git a/CHANGELOG.md b/CHANGELOG.md index 58768bc..6c2ad77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.4.3] - 2023-11-06 + +### Commits + +- Removed unnecessary space after "Comorian Franc". ([e5b195b](https://github.com/pronamic/wp-money/commit/e5b195b446c36721c241863549b8a5e64d82a14f)) + +Full set of changes: [`2.4.2...2.4.3`][2.4.3] + +[2.4.3]: https://github.com/pronamic/wp-money/compare/v2.4.2...v2.4.3 + ## [2.4.2] - 2023-10-30 ### Commits diff --git a/package.json b/package.json index 9d208cb..3a63beb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-money", - "version": "2.4.2", + "version": "2.4.3", "description": "WordPress Money library.", "repository": { "type": "git", diff --git a/pronamic-money.php b/pronamic-money.php index 1ac8e2c..d785a28 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.4.2 + * Version: 2.4.3 * Requires at least: 4.7 * Requires PHP: 7.4 *