diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b754d..9b75f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.2.2] - 2019-06-01 +### Fixed +- Market bar background color + +## [1.2.1] - 2019-06-01 +### Fixed +- Added mutex lock when filecaching + ## [1.2.0] - 2019-05-12 ### Added - Added CoinGecko API support diff --git a/cointop/version.go b/cointop/version.go index bcdcab3..0eef0d8 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.2.1" +const version = "1.2.2" func (ct *Cointop) version() string { return version