diff --git a/CHANGELOG.md b/CHANGELOG.md index a1979c1..9920bb3 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.1] - 2023-09-11 + +### Commits + +- Ignore /docs folder. ([7867afd](https://github.com/pronamic/wp-money/commit/7867afd50117a18cf97d4959b7f42fdc2abfd291)) + +Full set of changes: [`2.4.0...2.4.1`][2.4.1] + +[2.4.1]: https://github.com/pronamic/wp-money/compare/v2.4.0...v2.4.1 + ## [2.4.0] - 2023-03-21 ### Commits diff --git a/package.json b/package.json index 14805b9..232450f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-money", - "version": "2.4.0", + "version": "2.4.1", "description": "WordPress Money library.", "repository": { "type": "git", diff --git a/pronamic-money.php b/pronamic-money.php index 5516693..c01eeb5 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.0 + * Version: 2.4.1 * Requires at least: 4.7 * Requires PHP: 7.4 *