pull/38/head 1.2.2
Miguel Mota 5 years ago
parent caf6a604e6
commit da7cdbd959

@ -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

@ -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

Loading…
Cancel
Save