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