From c836e6ebaafe4edc64f25acb67967bd0265e7e63 Mon Sep 17 00:00:00 2001 From: Maxime Epain Date: Mon, 24 Jul 2017 17:35:07 +0200 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 10 ++++++++++ ClusterKit.podspec | 2 +- Framework/Info.plist | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e64fe..924e425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to `ClusterKit` project will be documented in this file. --- +## [0.2.0](https://github.com/hulab/ClusterKit/releases/tag/0.2.0) - July 24, 2017 + +### Added + +- **CKQuadTree.m**: Drag and Drop support. + +### Fixed + +- **CKClusterManager.m**: Fix annotation selection/deselection. + ## [0.1.3](https://github.com/hulab/ClusterKit/releases/tag/0.1.3) - July 5, 2017 ### Updated diff --git a/ClusterKit.podspec b/ClusterKit.podspec index b3d5b42..d0ea7f7 100644 --- a/ClusterKit.podspec +++ b/ClusterKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ClusterKit" - s.version = "0.1.3" + s.version = "0.2.0" s.summary = "ClusterKit is a map clustering framework targeting MapKit and Google Maps." s.description = <<-DESC diff --git a/Framework/Info.plist b/Framework/Info.plist index 2e7dc4e..badd676 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.3 + 0.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass