diff --git a/CHANGELOG.md b/CHANGELOG.md index e930ed5..b84487e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [0.11.0] - 2022-11-07 +### Fixed: +- Add missing retry interval reset behavior. +- Add missing jitter to retry strategy. + ## [0.10.2] - 2022-10-28 ### Fixed: - Correctly handle comment payloads. diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index 8aa6bc9..771cc10 100644 --- a/eventsource-client/Cargo.toml +++ b/eventsource-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eventsource-client" -version = "0.10.2" +version = "0.11.0" description = "Client for the Server-Sent Events protocol (aka EventSource)" repository = "https://github.com/launchdarkly/rust-eventsource-client" authors = ["LaunchDarkly"]