From ec2f6b00414daacdd2c4fc97e87710fd1c3df409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ausw=C3=B6ger?= Date: Mon, 1 Feb 2021 17:54:58 +0100 Subject: [PATCH 1/2] Allow install of paragonie/random_compat 9.99.100 (#359) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 81da625..62ece07 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "php": "^5.4 | ^7 | ^8", "ext-json": "*", - "paragonie/random_compat": "^1 | ^2 | 9.99.99", + "paragonie/random_compat": "^1 | ^2 | ^9.99.99", "symfony/polyfill-ctype": "^1.8" }, "require-dev": { From be2451bef8147b7352a28fb4cddb08adc497ada3 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 6 Aug 2021 15:32:15 -0500 Subject: [PATCH 2/2] chore: prepare release 3.9.4 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b7f5e..8276415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security +## [3.9.4] - 2021-08-06 + +### Fixed + +* Allow installation of paragonie/random_compat v9.99.100 (for PHP 8 compatibility). + + ## [3.9.3] - 2020-02-20 ### Fixed @@ -608,7 +615,8 @@ versions leading up to this release.* [ramsey/uuid-doctrine]: https://github.com/ramsey/uuid-doctrine [ramsey/uuid-console]: https://github.com/ramsey/uuid-console -[unreleased]: https://github.com/ramsey/uuid/compare/3.9.3...HEAD +[unreleased]: https://github.com/ramsey/uuid/compare/3.9.4...3.x +[3.9.4]: https://github.com/ramsey/uuid/compare/3.9.2...3.9.4 [3.9.3]: https://github.com/ramsey/uuid/compare/3.9.2...3.9.3 [3.9.2]: https://github.com/ramsey/uuid/compare/3.9.1...3.9.2 [3.9.1]: https://github.com/ramsey/uuid/compare/3.9.0...3.9.1