Skip to content

Commit 8053bd7

Browse files
authored
Merge pull request #230 from keenlabs/3.6.2_release
3.6.2 patch release
2 parents 5e88846 + 527b520 commit 8053bd7

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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.6.2] - 2017-06-08
7+
### Fixed
8+
- Fixed issue where calling `uploadWithFinishedBlock:` quickly in succession could cause duplicate event uploads.
9+
610
## [3.6.1] - 2017-05-12
711
### Fixed
812
- Fixed missing headers from framework build

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.1'
3+
spec.version = '3.6.2'
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.1"
11+
#define kKeenSdkVersion @"3.6.2"
1212

1313
extern NSString * const kKeenServerAddress;
1414
extern NSString * const kKeenApiVersion;

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.1</string>
18+
<string>3.6.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>3.6.1</string>
22+
<string>3.6.2</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)