From 82a1f3b18215381e2133d98b7cc09b5a855ff99d Mon Sep 17 00:00:00 2001 From: Cornelius Horstmann Date: Fri, 6 Sep 2024 11:37:52 +0200 Subject: [PATCH] Prepared 7.7.0 release --- CHANGELOG.md | 2 +- MatomoTracker.podspec | 2 +- MatomoTracker/MatomoTracker.swift | 2 +- README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8785ef1..4558293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 7.7.0 * **feature** Added functionality to reset a Matomo instance. [#434](https://github.com/matomo-org/matomo-sdk-ios/pull/434) * **feature** Added a persistent event queue storing events in the UserDefaults. [#137](https://github.com/matomo-org/matomo-sdk-ios/issues/137) (by @bobunmeng and @brototyp) diff --git a/MatomoTracker.podspec b/MatomoTracker.podspec index 4ec2188..db24d28 100644 --- a/MatomoTracker.podspec +++ b/MatomoTracker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "MatomoTracker" - spec.version = "7.6.0" + spec.version = "7.7.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' } diff --git a/MatomoTracker/MatomoTracker.swift b/MatomoTracker/MatomoTracker.swift index bf3a572..88d5504 100644 --- a/MatomoTracker/MatomoTracker.swift +++ b/MatomoTracker/MatomoTracker.swift @@ -466,7 +466,7 @@ extension MatomoTracker { extension MatomoTracker { /// The version of the Matomo SDKs - @objc public static let sdkVersion = "7.5" + @objc public static let sdkVersion = "7.7.0" } extension MatomoTracker { diff --git a/README.md b/README.md index 4a3f7c0..20adc04 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The MatomoTracker can be installed via CocoaPods, Carthage and the Swift Package Use the following in your Podfile. ``` -pod 'MatomoTracker', '~> 7.5' +pod 'MatomoTracker', '~> 7.7' ``` Then run `pod install`. @@ -32,7 +32,7 @@ github "matomo-org/matomo-sdk-ios" You can use the Swift Package Manager as integration method. If you want to use the Swift Package Manager as integration method, either use Xcode to add the package dependency or add the following dependency to your Package.swift: -`.package(url: "https://github.com/matomo-org/matomo-sdk-ios.git", from: "v7.5.0"),` +`.package(url: "https://github.com/matomo-org/matomo-sdk-ios.git", from: "v7.7.0"),` and in your dependencies: