Skip to content

Commit 53016a1

Browse files
committed
Release 5.11.2
1 parent 6491fbd commit 53016a1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 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.11.2] - 2024-03-06
9+
10+
### Fixed
11+
12+
- A race condition in which the user action of killing the app could potentially result in a small amount of events being discarded.
13+
814
## [5.11.1] - 2024-03-04
915

1016
### Changed
@@ -646,6 +652,7 @@ We are excited to announce the release of HyperTrack iOS SDK 5.0.0, a major upda
646652

647653
- SDK now consumes less network data
648654

655+
[5.11.2]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.2
649656
[5.11.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.1
650657
[5.11.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.0
651658
[5.10.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.10.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.11.1"
5+
spec.version = "5.11.2"
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.11.1"
6+
let version = "5.11.2"
77

88
let package = Package(
99
name: name,
@@ -14,7 +14,7 @@ let package = Package(
1414
name: name,
1515
url:
1616
"https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
17-
checksum: "e8b299008cb1e25fa490dac10965a9e9913b227801662dc7482c0709d3833a14"
17+
checksum: "f3d17329e88280ba440472453ce6b5cfd4a40c4952080c4f4c5929abd2486dca"
1818
)
1919
],
2020
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)