From 4cbb773523cd2a9444c515bf0ac3e0f312c5e090 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:49:15 +0000 Subject: [PATCH] chore(master): release 2.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b27ddfc..47a6fc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/DataLinx/php-utils/compare/v2.0.0...v2.1.0) (2023-03-20) + + +### Features + +* **string:** implement string chunking method ([32083b4](https://github.com/DataLinx/php-utils/commit/32083b45a524c915f8a59f679544c420bcbfd49c)) + ## [2.0.0](https://github.com/DataLinx/php-utils/compare/v1.2.0...v2.0.0) (2023-02-06)