Skip to content

Commit

Permalink
Updated CHANGELOG and bumped version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Dec 18, 2014
1 parent d117330 commit 0a920fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Snowplow/SnowplowTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions 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 = "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.
Expand All @@ -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" => "[email protected]" }
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'

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2

0 comments on commit 0a920fd

Please sign in to comment.