diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ff007..a8f370d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ -# v0.3.1 (2024-05-20) +# v0.3.2 (2024-05-20) ## Notes -* Deps upgrade * Removing unnecessary `[registries.crates-io] protocol = sparse` Cargo config * Tweaking use of `chrono` to remove use of deprecated methods +# v0.3.1 (2024-05-20) + +## Notes + +* Deps upgrade + # v0.3.0 (2023-06-30) ## Features diff --git a/Cargo.toml b/Cargo.toml index 2759a91..7ee8cd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "konsumer_offsets" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["Ivan De Marino "] repository = "https://github.com/kafkesc/konsumer_offsets"