diff --git a/CHANGELOG.md b/CHANGELOG.md index ce16b53..1c3da6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] - ReleaseDate +## [0.13.0] - 2020-03-23 + ## [0.12.0] - 2020-03-19 ## [0.11.0] - 2020-03-19 @@ -13,7 +15,8 @@ ## [0.9.2] - 2020-03-10 -[Unreleased]: https://github.com/halzy/stream_multiplexer/compare/v0.12.0...HEAD +[Unreleased]: https://github.com/halzy/stream_multiplexer/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/halzy/stream_multiplexer/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/halzy/stream_multiplexer/compare/v0.12.0...v0.12.0 [0.11.0]: https://github.com/halzy/stream_multiplexer/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/halzy/stream_multiplexer/compare/v0.9.3...v0.10.0 diff --git a/Cargo.toml b/Cargo.toml index bce6861..5adf9d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stream_multiplexer" -version = "0.12.0" +version = "0.13.0" authors = ["Benjamin Halsted "] edition = "2018" license = "MIT OR Apache-2.0"