Skip to content

Commit c71a37e

Browse files
committed
Release version 2.2.0
1 parent 95303df commit c71a37e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [2.2.0] - 2018-01-25
7+
## Added
8+
- Support for specifying [private user attributes](https://docs.launchdarkly.com/docs/private-user-attributes) in order to prevent user attributes from being sent in analytics events back to LaunchDarkly. See the `allAttributesPrivate` and `setPrivateAttributeNames` methods on `LDConfig.Builder` as well as the `privateX` methods on `LDUser.Builder`.
9+
610
## [2.1.1] - 2017-11-27
711
### Fixed
812
- `AndroidManifest.xml` no longer enforces `supportsRtl="true"`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Check out the included example app, or follow things here:
88
1. Declare this dependency:
99

1010
```
11-
compile 'com.launchdarkly:launchdarkly-android-client:2.0.1'
11+
compile 'com.launchdarkly:launchdarkly-android-client:2.2.0'
1212
```
1313
1. In your application configure and initialize the client:
1414

launchdarkly-android-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'io.codearte.nexus-staging'
88

99
allprojects {
1010
group = 'com.launchdarkly'
11-
version = '2.1.1'
11+
version = '2.2.0'
1212
}
1313

1414
gradle.projectsEvaluated {

0 commit comments

Comments
 (0)