Skip to content

Commit

Permalink
Releasing version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Nov 7, 2022
1 parent 97794ff commit 727a9b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion eventsource-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 727a9b7

Please sign in to comment.