diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b15838..1b2b78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] +### Added +- Return socket closure as error. See [PR 15]. + +### Fixed +- Update to `windows` `v0.34`. See [PR 16]. + +[PR 15]: https://github.com/mxinden/if-watch/pull/15 +[PR 16]: https://github.com/mxinden/if-watch/pull/16 + ## [1.0.0] - 2022-01-12 ### Added - macos/ios backend diff --git a/Cargo.toml b/Cargo.toml index 6457d92..a4ca990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "if-watch" -version = "1.0.0" +version = "1.1.0" authors = ["David Craven ", "Parity Technologies Limited "] edition = "2021" keywords = ["asynchronous", "routing"]