From 0a920fd8493d4a9aa4b14a69820a9b60ef655150 Mon Sep 17 00:00:00 2001 From: Alex Dean Date: Thu, 18 Dec 2014 15:54:01 +0000 Subject: [PATCH] Updated CHANGELOG and bumped version everywhere --- CHANGELOG | 4 ++++ Snowplow/SnowplowTracker.m | 2 +- SnowplowTracker.podspec | 4 ++-- VERSION | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ab584dd91..dfc147477 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.2.2 (2014-12-18) +-------------------------- +Added missing iglu: protocol for screen_view schema URI (#85) + Version 0.2.1 (2014-11-28) -------------------------- Fixed unstructured events incorrectly sent wrapped in contexts schema (#81) diff --git a/Snowplow/SnowplowTracker.m b/Snowplow/SnowplowTracker.m index 5ae6668dd..bcf478bc6 100644 --- a/Snowplow/SnowplowTracker.m +++ b/Snowplow/SnowplowTracker.m @@ -35,7 +35,7 @@ @implementation SnowplowTracker { NSString * const kSnowplowVendor = @"com.snowplowanalytics.snowplow"; NSString * const kIglu = @"iglu:"; Boolean const kDefaultEncodeBase64 = true; -NSString * const kVersion = @"ios-0.2.1"; +NSString * const kVersion = @"ios-0.2.2"; @synthesize collector; @synthesize appId; diff --git a/SnowplowTracker.podspec b/SnowplowTracker.podspec index c15dc977a..d209922e2 100644 --- a/SnowplowTracker.podspec +++ b/SnowplowTracker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SnowplowTracker" - s.version = "0.2.1" + s.version = "0.2.2" s.summary = "Snowplow event tracker for iOS 7+. Add analytics to your iOS 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. @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.screenshots = "https://d3i6fms1cm1j0i.cloudfront.net/github-wiki/images/snowplow-logo-large.png" s.license = 'Apache License, Version 2.0' s.author = { "Jonathan Almeida" => "support@snowplowanalytics.com" } - s.source = { :git => "https://github.com/snowplow/snowplow-ios-tracker.git", :tag => "0.2.1" } + s.source = { :git => "https://github.com/snowplow/snowplow-ios-tracker.git", :tag => "0.2.2" } s.social_media_url = 'https://twitter.com/SnowPlowData' s.docset_url = 'https://github.com/snowplow/snowplow/wiki/iOS-Tracker' diff --git a/VERSION b/VERSION index 0c62199f1..ee1372d33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 +0.2.2