Skip to content

Commit

Permalink
3.5.1 release bits
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent committed Jan 26, 2016
1 parent 93be68b commit fa53bf9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased][unreleased]


## [3.5.1] - 2016-01-27
### Fixed
- Updated Swift example project to conform with new Swift 2 syntax. Also added the timeframe parameter to all queries in example projects to conform with Keen query requirements. #132
- Updated project properties using Xcode's recommended settings: "Build Settings" to Standard architectures, "Product Bundle Identifier", and "Enable Testability".
Expand Down Expand Up @@ -177,7 +180,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Changed project token -> project ID.

[unreleased]: https://github.com/keenlabs/KeenClient-iOS/compare/3.5.0...HEAD
[unreleased]: https://github.com/keenlabs/KeenClient-iOS/compare/3.5.1...HEAD
[3.5.1]: https://github.com/keenlabs/KeenClient-iOS/compare/3.5.0...3.5.1
[3.5.0]: https://github.com/keenlabs/KeenClient-iOS/compare/3.4.3...3.5.0
[3.4.3]: https://github.com/keenlabs/KeenClient-iOS/compare/3.4.2...3.4.3
[3.4.2]: https://github.com/keenlabs/KeenClient-iOS/compare/3.4.1...3.4.2
Expand Down
2 changes: 1 addition & 1 deletion KeenClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'KeenClient'
spec.version = '3.5.0'
spec.version = '3.5.1'
spec.license = { :type => 'MIT' }
spec.ios.deployment_target = '6.0'
spec.osx.deployment_target = '10.9'
Expand Down
2 changes: 1 addition & 1 deletion KeenClient/KeenConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>

#define kKeenSdkVersion @"3.5.0"
#define kKeenSdkVersion @"3.5.1"

extern NSString * const kKeenServerAddress;
extern NSString * const kKeenApiVersion;
Expand Down

0 comments on commit fa53bf9

Please sign in to comment.