Skip to content

Commit

Permalink
Release iOS SDK 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed Nov 10, 2023
1 parent 951878a commit 7d415c7
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.0.6] - 2023-11-10
### Fixed
- This version of the SDK now automatically migrates device_id, name and metadata from versions before 5. After the user updates the app, those values stay the same, no additional steps required.

## [5.0.5] - 2023-11-07
### Fixed
- Fixed the SDK not sending device information when push notifications capability is not set in Xcode.
Expand Down Expand Up @@ -307,6 +311,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.0.6]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.6
[5.0.5]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.5
[5.0.4]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.4
[5.0.3]: https://github.com/hypertrack/sdk-ios/releases/tag/5.0.3
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.0.5"
spec.version = "5.0.6"
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.0.5"
let version = "5.0.6"

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

0 comments on commit 7d415c7

Please sign in to comment.