Skip to content

Commit

Permalink
Release 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferologics committed Sep 5, 2024
1 parent 39ce3bb commit 428e802
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0] - 2024-09-05

### Added

- Support for Motion & Activity detection
- If your app asks for permission and the user grants it, you will have better activity detection in polylines

## [5.7.0] - 2024-08-21

### Added
Expand Down Expand Up @@ -592,6 +599,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.8.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.8.0
[5.7.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.7.0
[5.6.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.6.0
[5.5.4]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.4
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.7.0"
spec.version = "5.8.0"
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)" }
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription

let name = "HyperTrack"
let version = "5.7.0"
let version = "5.8.0"

let package = Package(
name: name,
Expand All @@ -12,8 +12,8 @@ let package = Package(
targets: [
.binaryTarget(
name: name,
url: "https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
checksum: "803979d6d4faf364e253e3ef51c5b251c49ac74aeae121753f2c0a90df23f404"
url: "https//github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
checksum: "1d0173deb7a413bb93aedfe82e464af6bcfe30b9b8a2a89709a55dec10e08938"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 428e802

Please sign in to comment.