From 28d0e09505155cd8351291bb7c7fa05cc2ce6d93 Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Fri, 22 Jul 2022 17:13:21 +0200 Subject: [PATCH] chore: prepare 2.2.0 release --- docs/changelog/2.2.0.md | 2 +- docs/changelog/full.md | 18 ++++++++++++++++++ docs/changelog/latest.md | 13 ++++++++++--- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/docs/changelog/2.2.0.md b/docs/changelog/2.2.0.md index 1a62b53..d09b727 100644 --- a/docs/changelog/2.2.0.md +++ b/docs/changelog/2.2.0.md @@ -1,6 +1,6 @@ ### 2.2.0 -_Not Released Yet_ +_Released 2022 Jul 22_ #### Improvements diff --git a/docs/changelog/full.md b/docs/changelog/full.md index ed83330..f0477ce 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -1,3 +1,21 @@ +### 2.2.0 + +_Released 2022 Jul 22_ + +#### Improvements + +- Added support for clearing the MumbleLink buffer (via `MumbleLink#clear()`). + +#### Fixes + +- Several fixes and improvements to server address parsing. (Thanks to @Medyro) + - The port is now parsed correctly instead of just the first byte. + - IPv6 addresses are now properly recognized on Windows. + - Improved error messages for parsing failures. + + +--- + ### 2.1.2 _Released 2022 May 10_ diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index 65efc89..ff2e377 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -1,7 +1,14 @@ -### 2.1.2 +### 2.2.0 -_Released 2022 May 10_ +_Released 2022 Jul 22_ + +#### Improvements + +- Added support for clearing the MumbleLink buffer (via `MumbleLink#clear()`). #### Fixes -- Fixed an `IndexOutOfBoundsException` caused by server address caching. \ No newline at end of file +- Several fixes and improvements to server address parsing. (Thanks to @Medyro) + - The port is now parsed correctly instead of just the first byte. + - IPv6 addresses are now properly recognized on Windows. + - Improved error messages for parsing failures. \ No newline at end of file