diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb45ab..2e4b4c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.1.4] - 2019-07-06 ### Added - Changelog - Heatmap Chart @@ -61,7 +61,8 @@ All notable changes to this project will be documented in this file. - Mixed charts - Syncing charts -[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.3...HEAD +[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.4...HEAD +[0.1.4]: https://github.com/styd/apexcharts.rb/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/styd/apexcharts.rb/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/styd/apexcharts.rb/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/styd/apexcharts.rb/releases/tag/v0.1.1 diff --git a/lib/apexcharts/version.rb b/lib/apexcharts/version.rb index ad7db3a..2a22684 100644 --- a/lib/apexcharts/version.rb +++ b/lib/apexcharts/version.rb @@ -1,3 +1,3 @@ module Apexcharts - VERSION = '0.1.3' + VERSION = '0.1.4' end