From c51aa0088a7a5b60250fabef146869f926b6f1da Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Sat, 13 Feb 2021 14:08:42 +0000 Subject: [PATCH] Release v0.2.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a08bc..36dde10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog Notable updates will be documented here, adhering to [Semantic Versioning][semver]. +## [0.2.2] - 2021-02-13 +* Added RTCP packet view creation methods. + ## [0.2.1] - 2020-06-04 * Repaired dead links in documentation. @@ -16,6 +19,7 @@ Notable updates will be documented here, adhering to [Semantic Versioning][semve ## [0.1.0] - 2020-05-04 * Initial version. +[0.2.2]: https://github.com/FelixMcFelix/discortp/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/FelixMcFelix/discortp/compare/v0.2.0...v0.2.1 [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 diff --git a/Cargo.toml b/Cargo.toml index 2fd3e65..b54dc95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discortp" -version = "0.2.1" +version = "0.2.2" license = "ISC" homepage = "https://github.com/FelixMcFelix/discortp" repository = "https://github.com/FelixMcFelix/discortp.git"