From 727a9b7ba97318abb062643afc0c37ae7c7f2338 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Mon, 7 Nov 2022 16:52:25 +0000 Subject: [PATCH] Releasing version 0.11.0 --- CHANGELOG.md | 5 +++++ eventsource-client/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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"]