From 9b7502e4a3fb8ae47314cf8cf8917ebad17f631f Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Thu, 12 Jan 2023 01:12:39 +0000 Subject: [PATCH] Releasing version 4.2.0 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f279581..9f00145f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [4.2.0] - 2023-01-11 +### Added: +- `LDConfig.Builder.applicationInfo()`, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations. + ## [3.6.0] - 2023-01-11 ### Added: - `LDConfig.Builder.applicationInfo()`, for configuration of application metadata that may be used in LaunchDarkly analytics or other product features. This does not affect feature flag evaluations. diff --git a/gradle.properties b/gradle.properties index 8a37e91e..4c223997 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=4.1.1 +version=4.2.0 sonatypeUsername= sonatypePassword=