From 4662e4c858ecbb678415bb3ab01087c53854c314 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Thu, 3 Aug 2023 21:28:03 +0000 Subject: [PATCH] Releasing version 5.0.0 --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb94f0fa..17cd7531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the LaunchDarkly Android SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [5.0.0] - 2023-08-03 +### Added: +- Added Automatic Mobile Environment Attributes functionality which makes it simpler to target your mobile customers based on application name or version, or on device characteristics including manufacturer, model, operating system, locale, and so on. To learn more, read [Automatic environment attributes](https://docs.launchdarkly.com/sdk/features/environment-attributes). + +### Removed +- Removed LDUser and related functionality. Use LDContext instead. To learn more, read https://docs.launchdarkly.com/home/contexts. + ## [4.3.0] - 2023-08-03 ### Changed: - Deprecated LDUser and related functionality. Use LDContext instead. To learn more, read https://docs.launchdarkly.com/home/contexts. diff --git a/gradle.properties b/gradle.properties index 99d3da5e..93ac8fe8 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.3.0 +version=5.0.0 sonatypeUsername= sonatypePassword=