From 623ef22dd6c1078d48dc895fa3ed5e2de68c44a3 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Tue, 23 Apr 2024 10:02:05 -0400 Subject: [PATCH] Update changelog for v0.3.6 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e100a7d..885a8f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.3.6](https://github.com/rokucommunity/logger/compare/v0.3.5...v0.3.6) - 2024-04-23 +### Fixed + - support using `LogLevelNumeric` for `timeStart` ([#6](https://github.com/rokucommunity/logger/pull/6)) + + + ## [0.3.5](https://github.com/rokucommunity/logger/compare/v0.3.4...v0.3.5) - 2024-04-23 -### Changed +### Added - Add `timeStart` function ([#5](https://github.com/rokucommunity/logger/pull/5))