Skip to content

Commit

Permalink
Release 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed May 19, 2023
1 parent 7c7c88f commit 1ee7a60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## [4.15.0] - 2023-05-19
### Added
- New geotag with expected location API. When you know where the driver is supposed to make an action, attach a location to a geotag. This will calculate the deviation between the real position where it happened and the expected position. This information will also be available on dashboards and APIs.

### Changed
- Geotag API now captures the precise position of the driver at the moment the geotag API was triggered.

## [4.14.0] - 2023-02-16
### Added
- Automatic silent push notification integration using Swizzling. You no longer need to connect the methods manually in AppDelegate. At the same time there is no need to change anything in existing integrations.
Expand Down Expand Up @@ -221,6 +228,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SDK now consumes less network data


[4.15.0]: https://github.com/hypertrack/sdk-ios/releases/tag/4.15.0
[4.14.0]: https://github.com/hypertrack/sdk-ios/releases/tag/4.14.0
[4.13.0]: https://github.com/hypertrack/sdk-ios/releases/tag/4.13.0
[4.12.4]: https://github.com/hypertrack/sdk-ios/releases/tag/4.12.4
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 = "4.15.0-rc.1"
spec.version = "4.15.0"
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 = "4.15.0-rc.1"
let version = "4.15.0"

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

0 comments on commit 1ee7a60

Please sign in to comment.