diff --git a/CHANGELOG.md b/CHANGELOG.md index bf8fdbe..edf6338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [0.8.2] - 2022-02-03 +### Added: +- Support for creating an event source client with a pre-configured connection. + ## [0.8.1] - 2022-01-19 ### Changed: - Added missing changelog diff --git a/Cargo.toml b/Cargo.toml index b09237d..b89388d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eventsource-client" -version = "0.8.1" +version = "0.8.2" description = "Client for the Server-Sent Events protocol (aka EventSource)" repository = "https://github.com/launchdarkly/rust-eventsource-client" authors = ["LaunchDarkly"]