From e3c4a3369e3179a2add302ee9566d998705d9636 Mon Sep 17 00:00:00 2001 From: Cornelius Horstmann Date: Mon, 2 Oct 2017 20:45:03 +0200 Subject: [PATCH] Prepared 4.2.0 release --- CHANGELOG.md | 5 ++++- PiwikTracker.podspec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea8be6f..519a374b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -## Unreleased +## 4.2.0 * **feature** Added ability to customize user agent. [#168](https://github.com/piwik/piwik-sdk-ios/pull/168) * **feature** Added ability to customize User ID. [#180](https://github.com/piwik/piwik-sdk-ios/issues/180) (by @niksawtschuk) +* **feature** Added Carthage support [#74](https://github.com/piwik/piwik-sdk-ios/issues/74) (by @elitalon) +* **feature** Added a way to set a custom visitor ID [#180](https://github.com/piwik/piwik-sdk-ios/pull/181) (by @niksawtschuk) +* **improvement** Added Swift support ## 4.1.0 * **feature** Added Custom Dimension Tracking for the Visit Scope. [#111](https://github.com/piwik/piwik-sdk-ios/issues/111) diff --git a/PiwikTracker.podspec b/PiwikTracker.podspec index fd401f4a..d6815ff7 100644 --- a/PiwikTracker.podspec +++ b/PiwikTracker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "PiwikTracker" - spec.version = "4.1.0" + spec.version = "4.2.0" spec.summary = "A Piwik tracker written in Swift for iOS, tvOS and macOS apps." spec.homepage = "https://github.com/piwik/piwik-sdk-ios/" spec.license = { :type => 'MIT', :file => 'LICENSE.md' }