From 19fa5f8186456aeb3d37395d6ebb87aa04ad35cb Mon Sep 17 00:00:00 2001 From: Bill Freeman Date: Sun, 12 Jul 2026 16:11:50 -0500 Subject: [PATCH] docs: fill in missing changelog entries --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a810c..8181a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/). with `SerializationException: STRING_VALUE can not be converted to milliseconds since epoch`, so any event carrying a `time` failed since the v3 upgrade. +## 3.0.2 + +### Changed + +- Bump the runtime dependencies to their current majors. +- Modernize the development toolchain (ESLint 9 flat config). + +## 3.0.1 + +- Version bump; no functional changes. + ## 3.0.0 ### Changed