Skip to content

Commit

Permalink
Release 5.0.7-privacy-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ferologics committed Apr 15, 2024
1 parent d677938 commit aa44656
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.0.7-privacy-manifest] - 2024-04-15
### Added
- iOS: Bundle the Apple Privacy Manifest file as part of the SDK xcframework
- This change is required for all apps that depend on our SDK to pass AppStore review.
- More info in [the announcement](https://developer.apple.com/support/third-party-SDK-requirements/) and Apple docs about [Privacy manifest files](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)

## [5.0.7] - 2023-11-20
### Fixed
Expand Down Expand Up @@ -316,6 +321,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.0.7-privacy-manifest]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.7-privacy-manifest
[5.0.7]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.7
[5.0.6]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.6
[5.0.5]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.5
Expand Down
2 changes: 1 addition & 1 deletion HyperTrack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|

# Root specification
spec.name = "HyperTrack"
spec.version = "5.0.7"
spec.version = "5.0.7-privacy-manifest"
spec.summary = "A Movement tracking SDK for iOS"
spec.description = "HyperTrack is a Movement tracking SDK"
spec.license = { :type => "Copyright", :text => "Copyright (c) 2023 HyperTrack, Inc. (https://www.hypertrack.com)" }
Expand Down

0 comments on commit aa44656

Please sign in to comment.