diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c04bb..f61986c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.5.3] - 2024-04-26 + +### Added + +- Added missing `NSPrivacyCollectedDataType`s to `PrivacyInfo.xcprivacy` manifest file + - CrashData, DiagnosticData, PerformanceData, DeviceID, UserID, CoarseLocation, PreciseLocation + ## [5.5.2] - 2024-04-23 ### Fixed @@ -522,6 +529,7 @@ We are excited to announce the release of HyperTrack iOS SDK 5.0.0, a major upda - SDK now consumes less network data +[5.5.3]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.3 [5.5.2]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.2 [5.5.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.1 [5.5.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.0 diff --git a/HyperTrack.podspec b/HyperTrack.podspec index 1421599..f7b9510 100644 --- a/HyperTrack.podspec +++ b/HyperTrack.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| # Root specification spec.name = "HyperTrack" - spec.version = "5.5.2" + spec.version = "5.5.3" spec.summary = "A Movement tracking SDK for iOS" spec.description = "HyperTrack is a Movement tracking SDK" spec.license = { :type => "Copyright", :text => "Copyright (c) 2024 HyperTrack, Inc. (https://www.hypertrack.com)" } diff --git a/Package.swift b/Package.swift index 2f47412..96255ab 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription let name = "HyperTrack" -let version = "5.5.2" +let version = "5.5.3" let package = Package( name: name, @@ -13,7 +13,7 @@ let package = Package( .binaryTarget( name: name, url: "https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip", - checksum: "806e554198e715368062f6a90283ab68fdd2e064efe379092a6ae77790b1a083" + checksum: "14325219b54f7192d1137e5628aff4db3548da4b94edd5517b3654975d225029" ) ], swiftLanguageVersions: [.v5]