From fe665a03df4f056aa65af552a96e1976df8c8dae Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Tue, 10 Aug 2021 20:06:55 -0500 Subject: [PATCH] chore: prepare release 4.2.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ee3c8..9cd0113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## 4.2.1 - 2021-08-10 + +### Fixed + +* Fix *soft* BC break with `Uuid::fromString()` signature. The change from + `string` to `non-empty-string` on the parameter annotation introduced a + BC break for those using static analysis tools. This release reverts this + change and provides an assertion to guard against empty strings. + See [ramsey/uuid#383](https://github.com/ramsey/uuid/pull/383). + + ## 4.2.0 - 2021-08-06 ### Added