From 8429c78ca35a09f27565311b98101e2826affde0 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 13 Dec 2025 22:43:48 -0600 Subject: [PATCH] Prepare release 4.9.2 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fd8b7..ffe7266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.9.2 - 2025-12-14 + +### Fixed + +* Remove explicit `(int)` cast to avoid float-string cast warnings in PHP 8.5. +* Bump the lowest supported version of brick/math to `^0.8.16` from `^0.8.8`. ramsey/uuid had been using `BigInteger::toBytes()` in `UnixTimeGenerator` (for version 7 UUIDs) since v4.6.0, but it wasn't added to brick/math until v0.8.16. + + ## 4.9.1 - 2025-09-04 ### Fixed