We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f897059 commit 2c1eeeeCopy full SHA for 2c1eeee
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 7.2.2
4
* **bugfix** Fixed bug, where new session not started manually [#325](https://github.com/matomo-org/matomo-sdk-ios/issues/325)
5
6
## 7.2.1
MatomoTracker.podspec
Pod::Spec.new do |spec|
spec.name = "MatomoTracker"
- spec.version = "7.2.1"
+ spec.version = "7.2.2"
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' }
0 commit comments