From 0a2d12daf5dc4ede706b18ceaa58d56e9e6fffd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 07:53:54 +0000 Subject: [PATCH] chore(master): release 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a6fc5..fd15857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://github.com/DataLinx/php-utils/compare/v2.1.0...v2.2.0) (2023-04-29) + + +### Features + +* **string:** implement date and time placeholder parsing ([9a3bf9d](https://github.com/DataLinx/php-utils/commit/9a3bf9dcdc2d84a2e11341a9c7bf23a80b9507f1)) + + +### Bug Fixes + +* **string:** fix time placeholder parsing for PHP 7.4 ([c6e06bd](https://github.com/DataLinx/php-utils/commit/c6e06bd216ece2f76921a546edbbe3a7bea83745)) + ## [2.1.0](https://github.com/DataLinx/php-utils/compare/v2.0.0...v2.1.0) (2023-03-20)