From 634b475d5b856ab2fde632e879b32a79a870cfc0 Mon Sep 17 00:00:00 2001 From: Adrian Setyadi Date: Sat, 20 Jul 2019 13:55:17 +0700 Subject: [PATCH] Release 0.1.5 --- CHANGELOG.md | 5 +++-- lib/apexcharts/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50a9bf..29312c5 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.5] - 2019-07-20 ### Added - Data formats on README - HTML+ERB support on README @@ -89,7 +89,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.4...HEAD +[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/styd/apexcharts.rb/compare/v0.1.4...v0.1.5 [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 diff --git a/lib/apexcharts/version.rb b/lib/apexcharts/version.rb index 4adc347..278cfac 100644 --- a/lib/apexcharts/version.rb +++ b/lib/apexcharts/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ApexCharts - VERSION = '0.1.4' + VERSION = '0.1.5' end