diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f68c2..da72cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## 0.4.1 +Changes +- Integrate `tracing` as trace-provider + ## 0.4.0 Changes - Support billing_group apis diff --git a/Cargo.toml b/Cargo.toml index 618d534..758ea37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" name = "aiven_rs" readme = "README.md" repository = "https://github.com/ansrivas/aiven-rs" -version = "0.4.0" +version = "0.4.1" include = [ "**/*.rs", "Cargo.toml",