File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
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
+
6
13
## [ 3.6.2] - 2017-06-08
7
14
### Fixed
8
15
- Fixed issue where calling ` uploadWithFinishedBlock: ` quickly in succession could cause duplicate event uploads.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'KeenClient'
3
- spec . version = '3.6.2 '
3
+ spec . version = '3.7.0 '
4
4
spec . license = { :type => 'MIT' }
5
5
spec . ios . deployment_target = '6.0'
6
6
spec . osx . deployment_target = '10.9'
Original file line number Diff line number Diff line change 8
8
9
9
#import < Foundation/Foundation.h>
10
10
11
- #define kKeenSdkVersion @" 3.6.2 "
11
+ #define kKeenSdkVersion @" 3.7.0 "
12
12
13
13
extern NSString * const kKeenApiUrlScheme ;
14
14
extern NSString * const kKeenDefaultApiUrlAuthority ;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.6.2 </string >
18
+ <string >3.7.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >3.6.2 </string >
22
+ <string >3.7.0 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
You can’t perform that action at this time.
0 commit comments