Skip to content

Commit

Permalink
Release iOS SDK 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed Feb 12, 2024
1 parent 2cf5586 commit 0651bcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.4.1] - 2024-02-12
### Fixed
- Reduced instances where memory and network spikes could cause crashes or excessive battery drain.

## [5.4.0] - 2024-01-26
### Added
- Improved reporting of battery status and percentage changes.
Expand Down Expand Up @@ -348,6 +352,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.4.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.4.1
[5.4.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.4.0
[5.3.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.3.0
[5.2.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.2.0
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.4.0"
spec.version = "5.4.1"
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
4 changes: 2 additions & 2 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.4.0"
let version = "5.4.1"

let package = Package(
name: name,
Expand All @@ -13,7 +13,7 @@ let package = Package(
.binaryTarget(
name: name,
url: "https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
checksum: "5b77e2efde9cf6f93ffa6ca38279521b228ff16a38e7d31d39061efb68b5310f"
checksum: "6f6fe7efaca474c6c4c4cd35ac69ca2e37aaccdd1d7e4fa7c2da1bf8a1be8865"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 0651bcd

Please sign in to comment.