diff --git a/CHANGELOG.md b/CHANGELOG.md index 17cd7531..9331b988 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). +## [5.0.1] - 2023-08-25 +### Fixed: +- Updated how Auto Environment Attributes sanitizes and validates provided values to provide a more user friendly experience. + ## [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). diff --git a/gradle.properties b/gradle.properties index 93ac8fe8..5b56ff7b 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=5.0.0 +version=5.0.1 sonatypeUsername= sonatypePassword=