Skip to content

Commit 4ec950d

Browse files
authored
3.7.0 release (#234)
1 parent 3d467eb commit 4ec950d

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## [3.7.0] - 2017-06-26
7+
### Added
8+
- Support for querying saved and cached queries
9+
- Support for querying datasets
10+
- Support for HTTP proxies
11+
- Support for custom API URL base authority
12+
613
## [3.6.2] - 2017-06-08
714
### Fixed
815
- Fixed issue where calling `uploadWithFinishedBlock:` quickly in succession could cause duplicate event uploads.

KeenClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'KeenClient'
3-
spec.version = '3.6.2'
3+
spec.version = '3.7.0'
44
spec.license = { :type => 'MIT' }
55
spec.ios.deployment_target = '6.0'
66
spec.osx.deployment_target = '10.9'

KeenClient/KeenConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import <Foundation/Foundation.h>
1010

11-
#define kKeenSdkVersion @"3.6.2"
11+
#define kKeenSdkVersion @"3.7.0"
1212

1313
extern NSString * const kKeenApiUrlScheme;
1414
extern NSString * const kKeenDefaultApiUrlAuthority;

KeenClientFramework/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.6.2</string>
18+
<string>3.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3.6.2</string>
22+
<string>3.7.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)