Skip to content

Commit 6f5fe89

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 4.2.2
1 parent e9b8f93 commit 6f5fe89

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [4.2.2] - 2023-05-17
6+
### Fixed:
7+
- Fixed NPE when closing a LDClient in certain cases.
8+
- Fixed NPE when creating a multi-context that included one invalid context.
9+
510
## [4.2.1] - 2023-03-15
611
### Fixed:
712
- Fixed an issue where the allFlagsListener would be not be informed of changed flags. Now the allFlagsListener will be called correctly. This issue was introduced in 4.0.0 .

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
version=4.2.1
19+
version=4.2.2
2020

2121
sonatypeUsername=
2222
sonatypePassword=

0 commit comments

Comments
 (0)