From bedbda8e008966276b8765888170e444ed05950f Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sun, 30 Jun 2019 11:59:53 -0700 Subject: [PATCH] cointop 1.3.2 --- CHANGELOG.md | 4 ++++ cointop/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a3d34..bd9b1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.2] - 2019-06-30 +### Added +- Toggle table fullscreen shortcut and hide view flags + ## [1.3.1] - 2019-06-26 ### Added - Show only table option diff --git a/cointop/version.go b/cointop/version.go index c8da4df..4631bb2 100644 --- a/cointop/version.go +++ b/cointop/version.go @@ -1,7 +1,7 @@ package cointop // TODO: make dynamic based on git tag -const version = "1.3.1" +const version = "1.3.2" func (ct *Cointop) version() string { return version