diff --git a/CHANGELOG.md b/CHANGELOG.md index 57227ad3..a4f63030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v3.0.3](https://github.com/Jawbone/JBChartView/tree/v3.0.3) (2016-01-20) +[Full Changelog](https://github.com/Jawbone/JBChartView/compare/v3.0.2...v3.0.3) + +**Closed issues:** + +- Dot alpha doesn't return after unselection [\#197](https://github.com/Jawbone/JBChartView/issues/197) + ## [v3.0.2](https://github.com/Jawbone/JBChartView/tree/v3.0.2) (2016-01-19) [Full Changelog](https://github.com/Jawbone/JBChartView/compare/v3.0.1...v3.0.2) diff --git a/JBChartView.podspec b/JBChartView.podspec index 25490000..a922910c 100644 --- a/JBChartView.podspec +++ b/JBChartView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JBChartView" - s.version = "3.0.2" + s.version = "3.0.3" 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 => "v3.0.2" + :tag => "v3.0.3" } s.platform = :ios, '6.0'