diff --git a/CHANGELOG.md b/CHANGELOG.md index 567e10a5..e2e15e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## [v2.8.14](https://github.com/Jawbone/JBChartView/tree/v2.8.14) (2015-04-30) + +[Full Changelog](https://github.com/Jawbone/JBChartView/compare/v2.8.13...v2.8.14) + +**Closed issues:** + +- Will JBChartView integrated with React Native? [\#164](https://github.com/Jawbone/JBChartView/issues/164) + +- white dot+dotted lines sometimes does not appear when touched. [\#161](https://github.com/Jawbone/JBChartView/issues/161) + +- Small offset when using a footer for a x-axis [\#160](https://github.com/Jawbone/JBChartView/issues/160) + +- gradient for bar chart is lost / sizing problem [\#158](https://github.com/Jawbone/JBChartView/issues/158) + +**Merged pull requests:** + +- Nil out delegate and datasource on dealloc [\#165](https://github.com/Jawbone/JBChartView/pull/165) ([eventualbuddha](https://github.com/eventualbuddha)) + ## [v2.8.13](https://github.com/Jawbone/JBChartView/tree/v2.8.13) (2015-04-16) [Full Changelog](https://github.com/Jawbone/JBChartView/compare/v2.8.12...v2.8.13) diff --git a/JBChartView.podspec b/JBChartView.podspec index d15afa13..cde964a5 100644 --- a/JBChartView.podspec +++ b/JBChartView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JBChartView" - s.version = "2.8.13" + s.version = "2.8.14" s.summary = "Jawbone's iOS-based charting library for both line and bar graphs." s.homepage = "https://github.com/Jawbone/JBChartView" @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = { "Terry Worona" => "tworona@jawbone.com" } s.source = { :git => "https://github.com/Jawbone/JBChartView.git", - :tag => "v2.8.13" + :tag => "v2.8.14" } s.platform = :ios, '6.0'