Skip to content

Commit 8a4ab39

Browse files
committed
Release 5.9.0
1 parent 36ec0a8 commit 8a4ab39

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.9.0] - 2024-11-22
9+
10+
### Changed
11+
12+
- `HyperTrack.location` returns the latest location (previously distance filtered)
13+
814
## [5.8.1] - 2024-10-18
915

1016
### Changed
@@ -610,6 +616,8 @@ We are excited to announce the release of HyperTrack iOS SDK 5.0.0, a major upda
610616

611617
- SDK now consumes less network data
612618

619+
[5.9.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.9.0
620+
[5.8.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.8.1
613621
[5.8.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.8.0
614622
[5.7.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.7.0
615623
[5.6.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.6.0

HyperTrack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
22

33
# Root specification
44
spec.name = "HyperTrack"
5-
spec.version = "5.8.1"
5+
spec.version = "5.9.0"
66
spec.summary = "A Movement tracking SDK for iOS"
77
spec.description = "HyperTrack is a Movement tracking SDK"
88
spec.license = { :type => "Copyright", :text => "Copyright (c) 2024 HyperTrack, Inc. (https://www.hypertrack.com)" }

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let name = "HyperTrack"
6-
let version = "5.8.1"
6+
let version = "5.9.0"
77

88
let package = Package(
99
name: name,
@@ -13,7 +13,7 @@ let package = Package(
1313
.binaryTarget(
1414
name: name,
1515
url: "https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
16-
checksum: "1de500aba0c766184c79dc1e0685fe9ac06859e5d9c8c4e00b3d3b829c2e7dff"
16+
checksum: "90c6a81d17010baee39b948a2be4d5a5f069c8e981cd3f6fa668e8bd4f49a133"
1717
)
1818
],
1919
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)