Skip to content

Commit

Permalink
Releasing version 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Aug 1, 2022
1 parent 879c21b commit 0842c2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

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

## [3.1.6] - 2022-08-01
### Added:
- CI builds now include the [SDK test harness](https://github.com/launchdarkly/sdk-test-harness), a standardized contract test suite that validates the SDK's behavior against simulated LaunchDarkly endpoints.

### Fixed:
- Deadlock between `Throttler` and `ConnectivityManager`. (Thanks, [res0nance](https://github.com/launchdarkly/android-client-sdk/pull/163)!)
- Remove object-level locking in `LDClient` that caused synchronous `init()`s to unnecessarily block other methods, resulting in ANRs.

## [3.1.5] - 2022-05-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
version=3.1.5
version=3.1.6

sonatypeUsername=
sonatypePassword=
Expand Down

0 comments on commit 0842c2e

Please sign in to comment.