Skip to content

Commit 727a9b7

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 0.11.0
1 parent 97794ff commit 727a9b7

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 project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.11.0] - 2022-11-07
6+
### Fixed:
7+
- Add missing retry interval reset behavior.
8+
- Add missing jitter to retry strategy.
9+
510
## [0.10.2] - 2022-10-28
611
### Fixed:
712
- Correctly handle comment payloads.

eventsource-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eventsource-client"
3-
version = "0.10.2"
3+
version = "0.11.0"
44
description = "Client for the Server-Sent Events protocol (aka EventSource)"
55
repository = "https://github.com/launchdarkly/rust-eventsource-client"
66
authors = ["LaunchDarkly"]

0 commit comments

Comments
 (0)