Skip to content

Commit a8800d8

Browse files
committed
Prepared 7.6.0 release
1 parent dbc8b40 commit a8800d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 7.6.0
46
* **feature** Added support for watchOS. [#352](https://github.com/matomo-org/matomo-sdk-ios/issues/352)
7+
* **feature** Added Privacy Manifest. [#448](https://github.com/matomo-org/matomo-sdk-ios/pull/448)
58
* **improvement** Increased deployment targets to iOS 11 and macOS 10.13. [#431](https://github.com/matomo-org/matomo-sdk-ios/pull/431)
69

710
## 7.5.2

MatomoTracker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "MatomoTracker"
3-
spec.version = "7.5.2"
3+
spec.version = "7.6.0"
44
spec.summary = "A Matomo Tracker written in Swift for iOS, tvOS and macOS apps."
55
spec.homepage = "https://github.com/matomo-org/matomo-sdk-ios/"
66
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }

0 commit comments

Comments
 (0)