diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4b6e5f..3ad7d75 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "eventsource-client": "0.17.1" + "eventsource-client": "0.17.2" } diff --git a/eventsource-client/CHANGELOG.md b/eventsource-client/CHANGELOG.md index efd9349..1b8028a 100644 --- a/eventsource-client/CHANGELOG.md +++ b/eventsource-client/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [0.17.2](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.1...0.17.2) (2026-04-13) + + +### Bug Fixes + +* **deps:** bump rand from 0.8.5 to 0.10.1 ([#129](https://github.com/launchdarkly/rust-eventsource-client/issues/129)) ([49efcd4](https://github.com/launchdarkly/rust-eventsource-client/commit/49efcd4036e2bbe3e00799fb49a2c460d366586b)) + ## [0.17.1](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.0...0.17.1) (2026-03-06) diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index 9bad139..a152e95 100644 --- a/eventsource-client/Cargo.toml +++ b/eventsource-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eventsource-client" -version = "0.17.1" +version = "0.17.2" description = "Client for the Server-Sent Events protocol (aka EventSource)" repository = "https://github.com/launchdarkly/rust-eventsource-client" authors = ["LaunchDarkly"]