Skip to content

Commit

Permalink
Release protocol (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
garylee1 authored Nov 23, 2016
1 parent 75a24b8 commit d4437c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.9.1] - 2016-11-23
### Added
- Adds gzip compression to event body
- Adds location configuration to Sift.h

## [0.9.0] - 2016-11-01
### Added
- Collect app states, motion sensor data, location, and more
Expand Down
2 changes: 1 addition & 1 deletion Sift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Sift'
spec.version = '0.9.0'
spec.version = '0.9.1'
spec.authors = 'Sift Science'
spec.license = {
:type => 'MIT',
Expand Down
2 changes: 1 addition & 1 deletion Sift/Sift.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ + (instancetype)sharedInstance {
- (instancetype)initWithRootDirPath:(NSString *)rootDirPath {
self = [super init];
if (self) {
_sdkVersion = @"v0.9.0";
_sdkVersion = @"v0.9.1";

_rootDirPath = rootDirPath;

Expand Down

0 comments on commit d4437c8

Please sign in to comment.