diff --git a/CHANGELOG.md b/CHANGELOG.md index f943811..e09632f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.4.3](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.4.2...v0.4.3) - 2023-08-15 +- fix(deps): update rust crate serde to 1.0.183 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/33 +- fix(deps): update rust crate log to 0.4.20 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/36 +- chore(deps): update rust crate tokio to 1.31.0 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/35 + ## [v0.4.2](https://github.com/johnmanjiro13/tokio-fluent/compare/v0.4.1...v0.4.2) - 2023-07-24 - fix(deps): update rust crate rmp-serde to 1.1.2 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/30 - fix(deps): update rust crate serde to 1.0.175 by @renovate in https://github.com/johnmanjiro13/tokio-fluent/pull/31 diff --git a/Cargo.toml b/Cargo.toml index 9f858b8..2a39db6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-fluent" -version = "0.4.2" +version = "0.4.3" authors = ["johnmanjiro13"] edition = "2021" description = "A fluentd client using tokio" diff --git a/README.md b/README.md index e1e25c3..0f5eaa7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add this to your `Cargo.toml` ```toml [dependencies] -tokio-fluent = "0.4.2" +tokio-fluent = "0.4.3" ``` ## Example