Update changelog for v1.28.0 release

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-06-26 00:00:32 +03:00 committed by Leonard Lyubich
parent af854ca08f
commit 76abe7d6cb
3 changed files with 20 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import (
// Version represents v2-compatible version.
type Version refs.Version
const sdkMjr, sdkMnr = 2, 7
const sdkMjr, sdkMnr = 2, 8
// NewVersionFromV2 wraps v2 Version message to Version.
//