diff --git a/CHANGELOG.md b/CHANGELOG.md index 73affe9..8672094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.4.1] 2023-10-13 + +### Fixed + +- autoconfiguration always emit error message on initialization (#23) +- fix variables and private methods names (#22) +- merge the logRecord resources with those provided by the logProvider (#21) + ## [v0.4.0] 2023-10-02 ### Changed