Skip to content

Commit

Permalink
4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brototyp committed Jun 3, 2017
1 parent 9fb49af commit 8b2eeec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 4.0.0
* **feature** Renamed the Tracker to PiwikTracker. [#146](https://github.com/piwik/piwik-sdk-ios/issues/146)
* **feature** Added isOptedOut parameter to the PiwikTracker. [#124](https://github.com/piwik/piwik-sdk-ios/issues/124)

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.0.0-beta2"
spec.version = "4.0.0"
spec.summary = "A Piwik tracker written in Swift for iOS apps."
spec.homepage = "https://github.com/piwik/piwik-sdk-ios/"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down

0 comments on commit 8b2eeec

Please sign in to comment.