diff --git a/CHANGELOG.md b/CHANGELOG.md index c8418fc1..379064d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [3.5.0] - 2022-12-22 +### Added: +- `StreamingDataSourceBuilder.streamEvenInBackground`, an option for allowing the SDK to maintain a streaming data connection even when the application is in the background. + ## [3.4.0] - 2022-12-22 _This release is broken and should not be used. It was an accidental duplicate of 4.1.0._ diff --git a/gradle.properties b/gradle.properties index 1e43ed29..94b1d0cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.3.1 +version=3.5.0 sonatypeUsername= sonatypePassword=