Prepare release 4.9.2

This commit is contained in:
Ben Ramsey
2025-12-13 22:43:48 -06:00
parent 652481d608
commit 8429c78ca3
+8
View File
@@ -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