diff --git a/CHANGELOG b/CHANGELOG index 230682558..095db95aa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +Version 3.1.0 (2022-02-25) +-------------------------- +Update copyright headers to 2022 (#669) +Update links to v3 docs in README (#665) +Add pause and resume to EmitterController (#672) +Check session for background event using foreground timeout (#667) +Add session callback (#664) + Version 3.0.2 (2021-12-23) -------------------------- Fix updating IDFA during app runtime (#661) diff --git a/Snowplow/Internal/SPTrackerConstants.m b/Snowplow/Internal/SPTrackerConstants.m index 0876c46ce..5449efd7f 100644 --- a/Snowplow/Internal/SPTrackerConstants.m +++ b/Snowplow/Internal/SPTrackerConstants.m @@ -26,13 +26,13 @@ @implementation SPTrackerConstants // --- Version #if SNOWPLOW_TARGET_IOS -NSString * const kSPVersion = @"ios-3.0.2"; +NSString * const kSPVersion = @"ios-3.1.0"; #elif SNOWPLOW_TARGET_TV -NSString * const kSPVersion = @"tvos-3.0.2"; +NSString * const kSPVersion = @"tvos-3.1.0"; #elif SNOWPLOW_TARGET_WATCHOS -NSString * const kSPVersion = @"watchos-3.0.2"; +NSString * const kSPVersion = @"watchos-3.1.0"; #else -NSString * const kSPVersion = @"osx-3.0.2"; +NSString * const kSPVersion = @"osx-3.1.0"; #endif // --- Session Dictionary keys diff --git a/SnowplowTracker.podspec b/SnowplowTracker.podspec index 7907ae7b3..40ec6e8c9 100644 --- a/SnowplowTracker.podspec +++ b/SnowplowTracker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SnowplowTracker" - s.version = "3.0.2" + s.version = "3.1.0" s.summary = "Snowplow event tracker for iOS, macOS, tvOS, watchOS for apps and games." s.description = <<-DESC Snowplow is a mobile and event analytics platform with a difference: rather than tell our users how they should analyze their data, we deliver their event-level data in their own data warehouse, on their own Amazon Redshift or Postgres database, so they can analyze it any way they choose. Snowplow mobile is used by data-savvy games companies and app developers to better understand their users and how they engage with their games and applications. Snowplow is open source using the business-friendly Apache License, Version 2.0 and scales horizontally to many billions of events. diff --git a/VERSION b/VERSION index b50214693..fd2a01863 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.2 +3.1.0