From fe7e26eecffd1dfbed3644893ff5177ad729fe94 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Mon, 19 Feb 2018 17:44:49 -0500 Subject: [PATCH] changelog and version bump --- CHANGELOG.md | 4 ++++ version/version.go | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d05cf22e..362ca7e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ BREAKING CHANGES: - [types] Updates to CheckTx/DeliverTx around tags and fees - [types] Remove code and log from Commit +IMPROVEMENTS: + +- [all] remove go-wire and go-crypto dependencies :) + ## 0.9.0 (December 28, 2017) BREAKING CHANGES: diff --git a/version/version.go b/version/version.go index 982a88867..4f7beb499 100644 --- a/version/version.go +++ b/version/version.go @@ -3,7 +3,7 @@ package version // NOTE: we should probably be versioning the ABCI and the abci-cli separately const Maj = "0" -const Min = "9" +const Min = "10" const Fix = "0" -const Version = "0.9.0" +const Version = "0.10.0"