Skip to content

Commit 573438f

Browse files
committed
preparing 1.0.3 release
1 parent 7fd9c5e commit 573438f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change log
2+
3+
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## [1.0.3] - 2016-08-17
6+
### Fixed
7+
- Device information is included in user custom attributes in events
8+
- Actual and default flag values are sent in Feature Request Events
9+
- Existing flag config data is no longer sent with evaluation requests, whcih avoids `Too long request string` errors

Darkly/DarklyConstants.m

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

55
#import "DarklyConstants.h"
66

7-
NSString * const kClientVersion = @"1.0.2";
7+
NSString * const kClientVersion = @"1.0.3";
88
NSString * const kBaseUrl = @"https://app.launchdarkly.com";
99
NSString * const kNoApiKeyExceptionName = @"NoApiKeyDefinedException";
1010
NSString * const kNoApiKeyExceptionReason = @"A valid ApiKey must be provided";

LaunchDarkly.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "LaunchDarkly"
19-
s.version = "1.0.2"
19+
s.version = "1.0.3"
2020
s.summary = "iOS SDK for LaunchDarkly"
2121

2222
s.description = <<-DESC
@@ -74,7 +74,7 @@ Pod::Spec.new do |s|
7474
# Supports git, hg, bzr, svn and HTTP.
7575
#
7676

77-
s.source = { :git => "https://github.com/launchdarkly/ios-client.git", :tag => "1.0.2" }
77+
s.source = { :git => "https://github.com/launchdarkly/ios-client.git", :tag => "1.0.3" }
7878

7979

8080

0 commit comments

Comments
 (0)