From 62dfb6b68b1e21e310656df409422ea867c6c222 Mon Sep 17 00:00:00 2001 From: Fabian Aggeler Date: Mon, 22 Jun 2020 18:15:53 +0200 Subject: [PATCH] Bump version and write changelog --- CHANGELOG.md | 4 ++++ DP3TSDK.podspec | 2 +- README.md | 2 +- Sources/DP3TSDK/DP3TTracing.swift | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 973e4c40..b67157a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for DP3T-SDK iOS +## Version 1.0.1 (22.06.2020) +- Make timeshift detection independent from locale / region settings +- Update last sync timestamps of individual days that were successful even if some others failed + ## Version 1.0.0 (19.06.2020) - Introduce possibility to turn off logging - Stop tracing when changing state to infected diff --git a/DP3TSDK.podspec b/DP3TSDK.podspec index 11e3e525..127f2fb7 100644 --- a/DP3TSDK.podspec +++ b/DP3TSDK.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "DP3TSDK" - spec.version = "1.0.0" + spec.version = "1.0.1" spec.summary = "Open protocol for COVID-19 proximity tracing using Bluetooth Low Energy on mobile devices" spec.description = <<-DESC diff --git a/README.md b/README.md index 62f9b31e..9aaf0161 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ DP3T-SDK is available through [Cocoapods](https://cocoapods.org/) ```ruby - pod 'DP3TSDK', => '1.0.0' + pod 'DP3TSDK', => '1.0.1' ``` diff --git a/Sources/DP3TSDK/DP3TTracing.swift b/Sources/DP3TSDK/DP3TTracing.swift index 4d066709..1352ff1b 100644 --- a/Sources/DP3TSDK/DP3TTracing.swift +++ b/Sources/DP3TSDK/DP3TTracing.swift @@ -28,7 +28,7 @@ private var instance: DP3TSDK! /// DP3TTracing public enum DP3TTracing { /// The current version of the SDK - public static let frameworkVersion: String = "1.0.0" + public static let frameworkVersion: String = "1.0.1" /// sets global parameter values which are used throughout the sdk public static var parameters: DP3TParameters {