diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fecd4..6a9f23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.6.1 + +* Additional documentation +* Update thiserror from 1.x to 2.x + # v0.6.0 * Breaking changes to error handling. More consistent and clearer error messages. diff --git a/Cargo.toml b/Cargo.toml index e16d6a8..1b06859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [workspace.package] edition = "2021" -version = "0.6.0" +version = "0.6.1" [workspace.dependencies] solrstice = { path = "framework" } @@ -17,7 +17,7 @@ serde_json = "1" serde = "1" reqwest = { version = "0.12", default-features = false } async-trait = "0.1" -thiserror = "1" +thiserror = "2" zookeeper-async = "5" fastrand = "2" log = "0.4"