We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a328dfe commit f309c2aCopy full SHA for f309c2a
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
5
+## [0.8.1] - 2022-01-19
6
+### Changed:
7
+- Added missing changelog
8
+- Fixed keyword for crates.io publishing
9
+
10
## [0.8.0] - 2022-01-19
11
### Changed:
12
- Introduced new Error variant
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "eventsource-client"
-version = "0.8.0"
+version = "0.8.1"
description = "Client for the Server-Sent Events protocol (aka EventSource)"
repository = "https://github.com/launchdarkly/rust-eventsource-client"
authors = ["LaunchDarkly"]
0 commit comments