Skip to content

Commit

Permalink
Prepare for 3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBenny committed Feb 25, 2022
1 parent 2150e62 commit e053027
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 4 additions & 4 deletions Snowplow/Internal/SPTrackerConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SnowplowTracker.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.1.0

0 comments on commit e053027

Please sign in to comment.