diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ba642747..70dd1c2436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v2.3.1](https://github.com/danielgindi/charts/tree/v2.3.1) (2016-11-03) +[Full Changelog](https://github.com/danielgindi/charts/compare/v2.3.1...v2.3.0) + +**Fixed bugs:** +- NSTouch extension for `locationInView` made the compiler error because it clashes with objc selector. Since it was not used in the library code it was removed. +- Fix the image type of `NSUIImagePNGRepresentation` to be png instead of jpeg + ## [v2.3.0](https://github.com/danielgindi/charts/tree/v2.3.0) (2016-09-20) [Full Changelog](https://github.com/danielgindi/charts/compare/v2.3.0...v2.2.5) diff --git a/Charts.podspec b/Charts.podspec index eaa6989ebe..3fb55f199f 100644 --- a/Charts.podspec +++ b/Charts.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Charts" - s.version = "2.3.0" + s.version = "2.3.1" s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)" s.homepage = "https://github.com/danielgindi/Charts" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } diff --git a/README.md b/README.md index 6e097e9dfe..ba5dbeb38e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**Version 2.3.0**, synced to [MPAndroidChart #1b9b3da](https://github.com/PhilJay/MPAndroidChart/commit/1b9b3da) +**Version 2.3.1**, synced to [MPAndroidChart #1b9b3da](https://github.com/PhilJay/MPAndroidChart/commit/1b9b3da) ![alt tag](https://raw.github.com/danielgindi/Charts/master/Assets/feature_graphic.png) ![Supported Platforms](https://img.shields.io/cocoapods/p/Charts.svg) [![Releases](https://img.shields.io/github/release/danielgindi/Charts.svg)](https://github.com/danielgindi/Charts/releases) [![Latest pod release](https://img.shields.io/cocoapods/v/Charts.svg)](http://cocoapods.org/pods/charts) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Build Status](https://travis-ci.org/danielgindi/Charts.svg?branch=master)](https://travis-ci.org/danielgindi/Charts) @@ -73,8 +73,8 @@ pod 'Charts/Realm' Charts now include Carthage prebuilt binaries. ```carthage -github "danielgindi/Charts" == 2.3.0 -github "danielgindi/Charts" ~> 2.3.0 +github "danielgindi/Charts" == 2.3.1 +github "danielgindi/Charts" ~> 2.3.1 ``` In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts && carthage archive ChartsRealm`. diff --git a/Source/Supporting Files/Info.plist b/Source/Supporting Files/Info.plist index 92fd419d9c..e1afe411d6 100644 --- a/Source/Supporting Files/Info.plist +++ b/Source/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.3.0 + 2.3.1 CFBundleSignature ???? CFBundleVersion