Skip to content

Commit

Permalink
Release 5.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ferologics committed May 13, 2024
1 parent e4ab8ff commit 0d84ada
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.5.4] - 2024-05-13

### Changed

- Improved documentation for `addGeotag()` methods

### Fixed

- Protect against calling push completion handler multiple times
- Fixes and improvements for internal error reporting
- Fixed a bug that led to a small event loss

## [5.5.3] - 2024-04-26

### Added
Expand Down Expand Up @@ -529,6 +541,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.5.4]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.4
[5.5.3]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.3
[5.5.2]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.2
[5.5.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.5.1
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.5.3"
spec.version = "5.5.4"
spec.summary = "A Movement tracking SDK for iOS"
spec.description = "HyperTrack is a Movement tracking SDK"
spec.license = { :type => "Copyright", :text => "Copyright (c) 2024 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.5.3"
let version = "5.5.4"

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: "14325219b54f7192d1137e5628aff4db3548da4b94edd5517b3654975d225029"
checksum: "f064b696306168ac5ec8be5e25df0fc7352aefe565b62e94015d3c745ae37b89"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 0d84ada

Please sign in to comment.