diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1294c..e1267e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.4.1](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.4.0...v0.4.1) - 2023-07-18 +- fix(deps): update rust crate uuid to 1.4.1 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/20 +- chore(deps): update rust crate tokio to 1.29.1 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/18 +- fix(deps): update rust crate serde to 1.0.171 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/21 +- fix(deps): update rust crate log to 0.4.19 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/24 +- fix(deps): update rust crate bytes to 1.4.0 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/19 +- fix(deps): update rust crate chrono to 0.4.26 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/22 +- fix(deps): update rust crate base64 to 0.21.2 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/23 + ## [v0.4.0](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.3.1...v0.4.0) - 2023-07-18 - ci: Run test with multiple fluentd versions by @johnmanjiro13 in https://github.com/johnmanjiro13/tokio-fluent/pull/27 - Allow for regular strings instead of only static strings by @DaanDD in https://github.com/johnmanjiro13/tokio-fluent/pull/25 diff --git a/Cargo.toml b/Cargo.toml index 5c847fa..8ecd17b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-fluent" -version = "0.4.0" +version = "0.4.1" authors = ["johnmanjiro13"] edition = "2021" description = "A fluentd client using tokio" diff --git a/README.md b/README.md index 5d28dc4..0a9533f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add this to your `Cargo.toml` ```toml [dependencies] -tokio-fluent = "0.4.0" +tokio-fluent = "0.4.1" ``` ## Example