From 93a0f24ca8c0661fc2f5cfda6af1fb2031ab3384 Mon Sep 17 00:00:00 2001 From: "mr-piper[bot]" <174805569+mr-piper[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:51:57 +0000 Subject: [PATCH] chore: release 3.0.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 18791be..519eaaf 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "3.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bad0be..c0cfbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/castor-labs/php-lib-uuid/compare/2.0.0...3.0.0) (2025-01-03) + + +### ⚠ BREAKING CHANGES + +* Removed Brick\Math\BigNumber from Time classes + +### Features + +* Performance improvements ([#55](https://github.com/castor-labs/php-lib-uuid/issues/55)) ([3273897](https://github.com/castor-labs/php-lib-uuid/commit/3273897ff4bbb2866836d9892ccbf899d03ae19c)) + ## [2.0.0](https://github.com/castor-labs/php-lib-uuid/compare/1.0.0...2.0.0) (2024-07-17)