Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Jun 1, 2019
1 parent caf6a60 commit da7cdbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cointop/version.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit da7cdbd

Please sign in to comment.