diff --git a/CHANGELOG.md b/CHANGELOG.md index 051681b6..1bee9b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly client-side JavaScript SDKs will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [2.24.2] - 2022-10-20 +### Changed: +- Updated to `js-sdk-common` `3.8.2` which includes jitter and backoff for re-connection attempts for streaming connections. + ## [2.24.0] - 2022-10-18 ### Changed: - Upgrade to `js-sdk-common` `3.8.1` which added support for `Inspectors` that can be used for collecting information for monitoring, analytics, and debugging. diff --git a/package.json b/package.json index d0efc79b..d5c02f8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-client-sdk", - "version": "2.24.0", + "version": "2.24.2", "description": "LaunchDarkly SDK for JavaScript", "author": "LaunchDarkly ", "license": "Apache-2.0",