diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0f65a..daae2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ # Changelog Notable updates will be documented here, adhering to [Semantic Versioning][semver]. +## [0.2.0] - 2020-06-03 +* Large-scale documentation cleanup. +* RTCP support for Sender/Receiver blocks. +* Demux'ing improvements. +* Discord Keepalives. + ## [0.1.1] - 2020-05-04 * Unbreak docs.rs. ## [0.1.0] - 2020-05-04 * Initial version. +[0.2.0]: https://github.com/FelixMcFelix/discortp/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/FelixMcFelix/discortp/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/FelixMcFelix/discortp/commit/66fa4a78be2842ff16700c341df9526affa6c7e5