diff --git a/CHANGELOG.md b/CHANGELOG.md index 229b18e..de335be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://www.github.com/Overmuse/rest-client/compare/v0.1.0...v0.1.1) (2021-11-04) + + +### Bug Fixes + +* Make returned streams Unpin ([f6bd5b8](https://www.github.com/Overmuse/rest-client/commit/f6bd5b8ac24e17d1f75d64107e1321a8a745e135)) + ## 0.1.0 (2021-11-04) diff --git a/Cargo.toml b/Cargo.toml index b6e6eb4..78c26f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rest-client" -version = "0.1.0" +version = "0.1.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html