diff --git a/CHANGELOG.md b/CHANGELOG.md index f1cc52b..28740b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # jsonrpcclient Change Log +## 4.0.0 (1 Sep, 2021) + +Complete rewrite and the usage has completely changed. Read about the changes +at https://composed.blog/jsonrpcclient-4-changes or read the full documentation +at https://www.jsonrpcclient.com/en/stable/ + ## 3.3.6 (21 Apr, 2020) - Add py.typed for PEP-561 compliance (#143) diff --git a/README.md b/README.md index acdc9f4..f1050cc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ > :warning: This master branch is for the upcoming version 4, currently [in -> beta](https://github.com/explodinglabs/jsonrpcclient/discussions/176). Read -> about the [changes in version +> release +> candidate](https://github.com/explodinglabs/jsonrpcclient/discussions/176). +> Read about the [changes in version > 4](https://composed.blog/jsonrpcclient-4-changes), or read the [full -> documentation](https://www.jsonrpcclient.com/en/latest/). -> For the stable release, jump to the [3.x -> branch](https://github.com/explodinglabs/jsonrpcclient/tree/3.x) and read the -> [full documentation for version 3](https://www.jsonrpcserver.com/en/3.5.6/). -> Also, please pin your dependency to "jsonrpcclient<4" until you're ready to -> upgrade to v4. +> documentation for v4](https://www.jsonrpcclient.com/en/latest/). For the +> stable release, jump to the [3.x +> branch](https://github.com/explodinglabs/jsonrpcclient/tree/3.x) or read the +> [full documentation for v3](https://www.jsonrpcserver.com/en/3.5.6/). Also, +> please pin your dependency to "jsonrpcclient<4" until you're ready to upgrade +> to v4.