Skip to content

Commit

Permalink
Prepared 4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius Horstmann committed Oct 2, 2017
1 parent 46e89ad commit e3c4a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion PiwikTracker.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down

0 comments on commit e3c4a33

Please sign in to comment.