From 6f9a08cd4522fb13d8df69b1694587d5015114fc Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Tue, 9 Feb 2021 13:54:12 +0400 Subject: [PATCH] update changelog for v0.6.4 (#150) --- CHANGELOG.md | 6 ++++++ CONTRIBUTING.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db854e79..7f667baa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.6.4 + +**2021-02-09** + +Bump protobuf to 1.3.2 and grpc to 1.35.0. + ## 0.6.3 **2020-11-10** diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aed11c22f..d9cb6aedd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing -Thank you for considering making contributions to IAVL+! +Thank you for your interest in contributing to tm-db! This repository follows the [contribution guidelines] of tendermint and the corresponding [coding repo]. Please take a look if you are not already familiar with those.