diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b4d464..55e77e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.8.2 - 2012-03-10 + +- Fix send requirement in connectivity APIs (#516) +- Add default health service implemetations (#518) + # 0.8.1 - 2021-03-05 - Support watch connectivity state (#513) diff --git a/Cargo.toml b/Cargo.toml index 6de989d4..13b5b68d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grpcio" -version = "0.8.1" +version = "0.8.2" edition = "2018" authors = ["The TiKV Project Developers"] license = "Apache-2.0"