From ee701dc64523dd994da18955d9fca9793ab4b4ca Mon Sep 17 00:00:00 2001 From: DefinitelyNotAGoat Date: Sat, 7 Mar 2020 10:42:17 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 5 +++++ cli/internal/cmd/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce8575..090e558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v2.1.0-alpha + +### changed +- Created a boltdb store for safe storage of edesk +- Updated to latest GoTezos for Carthage. ## v2.0.0-alpha diff --git a/cli/internal/cmd/version.go b/cli/internal/cmd/version.go index 8a13564..3e19843 100644 --- a/cli/internal/cmd/version.go +++ b/cli/internal/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - version = "v2.0.0" + version = "v2.1.0-alpha" ) // NewVersionCommand returns a version cobra command