diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..46265097 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ + +# 0.11.0 - 2019-04-05 + +* [Clean up the API](https://github.com/apoelstra/rust-jsonrpc/pull/19) +* [Set the content-type header to json]((https://github.com/apoelstra/rust-jsonrpc/pull/21) +* [Allow no `result` field in responses](https://github.com/apoelstra/rust-jsonrpc/pull/16) +* [Add batch request support](https://github.com/apoelstra/rust-jsonrpc/pull/24) + diff --git a/Cargo.toml b/Cargo.toml index a65061fb..47e95af9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonrpc" -version = "0.10.2" +version = "0.11.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/apoelstra/rust-jsonrpc/"