summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Mota <miguelmota2@gmail.com>2019-06-01 16:57:11 -0700
committerMiguel Mota <miguelmota2@gmail.com>2019-06-01 16:57:17 -0700
commitda7cdbd9592fe93c2d443eb5c788ffdeff490b99 (patch)
tree34955087969128eb3384776e8d8fbdadcba869b9
parentcaf6a604e623d22ae5027cb5d5db10471d9c67fb (diff)
1.2.21.2.2
-rw-r--r--CHANGELOG.md8
-rw-r--r--cointop/version.go2
2 files changed, 9 insertions, 1 deletions
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