Skip to content

Commit 4b3d8f1

Browse files
committed
Release 5.11.0
1 parent dd0c9c2 commit 4b3d8f1

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.0] - 2024-02-03
9+
10+
### Changed
11+
12+
- Fixes and improvements to SDK runtime efficiency
13+
814
## [5.10.0] - 2024-01-17
915

1016
### Added
@@ -634,6 +640,7 @@ We are excited to announce the release of HyperTrack iOS SDK 5.0.0, a major upda
634640

635641
- SDK now consumes less network data
636642

643+
[5.11.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.0
637644
[5.10.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.10.0
638645
[5.9.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.9.1
639646
[5.9.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.9.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.10.0"
5+
spec.version = "5.11.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.10.0"
6+
let version = "5.11.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: "6f6271177ff2fd9d34e14d1a574bc1e288e2a8f3f4e023e7d381e9742b3aad0d"
16+
checksum: "316512d05c45e8f9835f9ef76ba8f1e60e346d154828898c00cfc5f5c38d85e9"
1717
)
1818
],
1919
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)