diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f4248..23aed8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.18.0 - 2024-04-12 + +* simple_http: throw a specific error when transfer encoding is chunked + [#114](https://github.com/apoelstra/rust-jsonrpc/pull/114) + # 0.17.0 - 2023-12-22 * `params` field in `Request` changed to a generic `RawValue` instead of an array. diff --git a/Cargo.toml b/Cargo.toml index a299b59..f4dda6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonrpc" -version = "0.17.0" +version = "0.18.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/apoelstra/rust-jsonrpc/"