From 5b1cd8a6cb62a438694eab8af99dcdc9f3d4df67 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Wed, 11 Jan 2023 19:43:34 -0600 Subject: [PATCH] chore: prepare release 4.7.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fba94b..1fa0547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. 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.7.2 - 2023-01-11 + +### Fixed + +* Amend Psalm assertion syntax on `Uuid::isValid()` to prevent incorrect type + inference ([#486](https://github.com/ramsey/uuid/pull/486)). + ## 4.7.1 - 2022-12-31