Skip to content

Commit 0651bcd

Browse files
committed
Release iOS SDK 5.4.1
1 parent 2cf5586 commit 0651bcd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

7+
## [5.4.1] - 2024-02-12
8+
### Fixed
9+
- Reduced instances where memory and network spikes could cause crashes or excessive battery drain.
10+
711
## [5.4.0] - 2024-01-26
812
### Added
913
- Improved reporting of battery status and percentage changes.
@@ -348,6 +352,7 @@ We are excited to announce the release of HyperTrack iOS SDK 5.0.0, a major upda
348352
- SDK now consumes less network data
349353

350354

355+
[5.4.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.4.1
351356
[5.4.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.4.0
352357
[5.3.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.3.0
353358
[5.2.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.2.0

HyperTrack.podspec

+1-1
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.4.0"
5+
spec.version = "5.4.1"
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) 2023 HyperTrack, Inc. (https://www.hypertrack.com)" }

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let name = "HyperTrack"
6-
let version = "5.4.0"
6+
let version = "5.4.1"
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: "5b77e2efde9cf6f93ffa6ca38279521b228ff16a38e7d31d39061efb68b5310f"
16+
checksum: "6f6fe7efaca474c6c4c4cd35ac69ca2e37aaccdd1d7e4fa7c2da1bf8a1be8865"
1717
)
1818
],
1919
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)