From 5ed9ad582647bbc3864ef78db34bdc1afdcf9b49 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Mon, 19 Dec 2022 16:30:49 -0600 Subject: [PATCH] chore: prepare release 4.7.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a9c297..7a3a3f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ 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.0 - 2022-12-19 + +### Added + +* Add `Uuid::fromHexadecimal()` and `UuidFactory::fromHexadecimal()`. These + methods are not required by the interfaces. + +### Fixed + +* Ignore MAC addresses consisting of all zeroes (i.e., `00:00:00:00:00:00`). + + ## 4.6.0 - 2022-11-05 ### Added