Skip to content

Commit

Permalink
Prepared 7.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brototyp committed Apr 1, 2024
1 parent dbc8b40 commit a8800d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## Unreleased

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

## 7.5.2
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.5.2"
spec.version = "7.6.0"
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 a8800d8

Please sign in to comment.