Skip to content

Commit

Permalink
Add release note for 6.0.3 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardian4 committed May 23, 2024
1 parent 6e25dff commit ef10a4a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ The Sifo SDK is happy with whatever permissions your app uses.

## Release notes

6.0.3 2024-05-23
- Fixed bug related to the SifoInternet App
- Make default values to true for attributes: shouldSyncWithBackendFirst and shouldUseJsonUrlSchemeSyncFormat
- Update license to Commercial SDK (c) 2016-2024 Kantar Media Sweden AB
- No API changes

6.0.2 2024-03-13
- Fix double encoding issue
- Maintain order of query parameters
- No API changes

6.0.1 2024-02-27
- Add Privacy Manifest

6.0.0
- Complete Swift refactor of SDK
- No API changes
Expand Down
2 changes: 1 addition & 1 deletion Sources/TSMobileAnalytics/TSMobileAnalytics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public final class TSMobileAnalytics {
// TODO: Find a way to automate this.
/// This needs to be updated when a new release is made.
/// Swift Package version numbers are grabbed from the tags of the git repository.
static let sdkVersion = "6.0.2"
static let sdkVersion = "6.0.3"

static var shared: TSMobileAnalytics?
static let logger = ConsoleLogger()
Expand Down
6 changes: 6 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ using Kantar Sifo’s services. The SDK contains three folders:

RELEASE NOTES:

6.0.3 2024-05-23
- Fixed bug related to the SifoInternet App
- Make default values to true for attributes: shouldSyncWithBackendFirst and shouldUseJsonUrlSchemeSyncFormat
- Update license to Commercial SDK (c) 2016-2024 Kantar Media Sweden AB
- No API changes

6.0.2 2024-03-13
- Fix double encoding issue
- Maintain order of query parameters
Expand Down

0 comments on commit ef10a4a

Please sign in to comment.