Skip to content

Commit

Permalink
Prepared 7.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brototyp committed Jun 1, 2020
1 parent 3f937d6 commit f99ad2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## Unreleased

## 7.2.1
* **improvement** Added back detailed phone model feature #253. [#330](https://github.com/matomo-org/matomo-sdk-ios/pull/330)
* **improvement** Set application extension API only to true #334. [#335](https://github.com/matomo-org/matomo-sdk-ios/pull/335)
* **bugfix** Fixed an issue where device information and operating system sometimes wasn't tracked. [#329]https://github.com/matomo-org/matomo-sdk-ios/issues/329
* **bugfix** Fixed an issue where device information and operating system sometimes wasn't tracked. [#329](https://github.com/matomo-org/matomo-sdk-ios/issues/329)

## 7.2.0
* **feature** Added support for the Swift Package Manager. [#312](https://github.com/matomo-org/matomo-sdk-ios/pull/312)
Expand Down
2 changes: 1 addition & 1 deletion MatomoTracker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MatomoTracker"
spec.version = "7.2.0"
spec.version = "7.2.1"
spec.summary = "A Matomo Tracker written in Swift for iOS, tvOS and macOS apps."
spec.homepage = "https://github.com/matomo-org/matomo-sdk-ios/"
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
Expand Down

0 comments on commit f99ad2a

Please sign in to comment.