From 5cf8e50cf966c33c9f3d78d27d7f83059bd306b0 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Mon, 9 Mar 2026 16:50:53 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20CHANGELOG=20for=20v0.3.?= =?UTF-8?q?1=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e48feb..4ed9019 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.3.1] - 2026-03-09 + +- Add AddFormatter function to allow custom builds to register new formatters +- Add option to print config from config command +- Allow MYLOG_CONFIG_PATH to override the config path + ## [0.3.0] - 2026-03-09 - Refactor configuration to use viper with context propagation instead of global variables