diff --git a/CHANGELOG.md b/CHANGELOG.md index b02e9694..90f6ff8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for DP3T-SDK iOS -## next version +## Version 2.3.0 (30.04.2021) - expose oldest shared keydate when calling iWasExposed ## Version 2.2.0 (25.03.2021) diff --git a/DP3TSDK.podspec b/DP3TSDK.podspec index b35b00ee..0be4d3cf 100644 --- a/DP3TSDK.podspec +++ b/DP3TSDK.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "DP3TSDK" - spec.version = ENV['LIB_VERSION'] || '2.2.0' + spec.version = ENV['LIB_VERSION'] || '2.3.0' 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 a6401975..ff6081b0 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ DP3T-SDK is available through [Cocoapods](https://cocoapods.org/) ```ruby - pod 'DP3TSDK', => '2.2.0' + pod 'DP3TSDK', => '2.3.0' ``` diff --git a/Sources/DP3TSDK/DP3TTracing.swift b/Sources/DP3TSDK/DP3TTracing.swift index 56591f41..30fff9f5 100644 --- a/Sources/DP3TSDK/DP3TTracing.swift +++ b/Sources/DP3TSDK/DP3TTracing.swift @@ -29,7 +29,7 @@ private var instance: DP3TSDK! /// DP3TTracing public enum DP3TTracing { /// The current version of the SDK - public static let frameworkVersion: String = "2.2.0" + public static let frameworkVersion: String = "2.3.0" /// sets global parameter values which are used throughout the sdk public static var parameters: DP3TParameters {