From 2df6bbdf0133247bfa0063ccbcf59185a243f52d Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 25 Sep 2021 18:00:53 -0500 Subject: [PATCH] Switch back to ^8.0 in the PHP version requirement for 4.1.x --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 754565f..45ad215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 4.0.3 - 2021-09-25 +## 4.1.3 - 2021-09-25 ### Fixed @@ -36,6 +36,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [#324](https://github.com/ramsey/uuid/pull/324) for more information. +## 4.0.3 - 2021-09-25 + +### Fixed + +* Switch back to `^8.0` in the PHP version requirement. + + ## 4.0.2 - 2021-09-24 ### Fixed