diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ad7d75..6c4fd5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "eventsource-client": "0.17.2" + "eventsource-client": "0.17.3" } diff --git a/eventsource-client/CHANGELOG.md b/eventsource-client/CHANGELOG.md index 1b8028a..baf2dcc 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.3](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.2...0.17.3) (2026-04-20) + + +### Bug Fixes + +* Bump MSRV from 1.92 to 1.93 ([#131](https://github.com/launchdarkly/rust-eventsource-client/issues/131)) ([60ce908](https://github.com/launchdarkly/rust-eventsource-client/commit/60ce90805f1cef8e3722a96975a4573e4167908b)) + ## [0.17.2](https://github.com/launchdarkly/rust-eventsource-client/compare/0.17.1...0.17.2) (2026-04-13) diff --git a/eventsource-client/Cargo.toml b/eventsource-client/Cargo.toml index b529f64..77310e2 100644 --- a/eventsource-client/Cargo.toml +++ b/eventsource-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eventsource-client" -version = "0.17.2" +version = "0.17.3" description = "Client for the Server-Sent Events protocol (aka EventSource)" repository = "https://github.com/launchdarkly/rust-eventsource-client" authors = ["LaunchDarkly"]