diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2acc5..015701f 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.1.7] - 2023-10-30 + +### Commits + +- Updated .gitattributes ([8fbdefa](https://github.com/pronamic/wp-datetime/commit/8fbdefa989366b3965afb4565574a8e9e88eab25)) + +Full set of changes: [`2.1.6...2.1.7`][2.1.7] + +[2.1.7]: https://github.com/pronamic/wp-datetime/compare/v2.1.6...v2.1.7 + ## [2.1.6] - 2023-10-30 ### Commits diff --git a/package.json b/package.json index 08c57e6..12aff5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-datetime", - "version": "2.1.6", + "version": "2.1.7", "description": "WordPress DateTime library.", "repository": { "type": "git", diff --git a/pronamic-datetime.php b/pronamic-datetime.php index c03fcab..a22c50a 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.6 + * Version: 2.1.7 * Requires at least: 4.7 * Requires PHP: 7.4 *