diff --git a/CHANGELOG.md b/CHANGELOG.md index f06b596..4cf6ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 0.4.1 - Jan 9, 2026 + +## Features and API updates +- Add `trace`-level logging via the `log` facade (#51). + +In total, this release features 7 files changed, 99 insertions, 9 deletions from 3 authors in alphabetical order: +- Andrei +- Elias Rohrer +- tankyleo + # 0.4.0 - Nov 11, 2025 ## Crate Metadata diff --git a/Cargo.toml b/Cargo.toml index a93eab9..1f66afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vss-client-ng" -version = "0.4.0" +version = "0.4.1" authors = ["Leo Nash ", "Elias Rohrer "] rust-version = "1.75.0" license = "MIT OR Apache-2.0"