From fc4b1fa631b2d800af7a27512e101de833c303d4 Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Sat, 27 Aug 2022 19:11:54 +0200 Subject: [PATCH] chore: prepare 2.2.2 release --- docs/changelog/2.2.2.md | 2 +- docs/changelog/README.md | 4 ++-- docs/changelog/full.md | 12 ++++++++++++ docs/changelog/latest.md | 9 ++++----- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/docs/changelog/2.2.2.md b/docs/changelog/2.2.2.md index 2ed659f..7a395f8 100644 --- a/docs/changelog/2.2.2.md +++ b/docs/changelog/2.2.2.md @@ -1,6 +1,6 @@ ### 2.2.2 -_Not Released Yet_ +_Released 2022 Aug 27_ #### Fixes diff --git a/docs/changelog/README.md b/docs/changelog/README.md index b75d28c..913969b 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -4,8 +4,8 @@ ### Version History -* ????-??-?? [2.2.2](2.2.2.md) (TBD; work in progress) -* 2022-08-25 [2.2.1](2.2.1.md) (latest) +* 2022-08-27 [2.2.2](2.2.2.md) (latest) +* 2022-08-25 [2.2.1](2.2.1.md) * 2022-07-22 [2.2.0](2.2.0.md) * 2022-05-10 [2.1.2](2.1.2.md) * 2022-04-30 [2.1.1](2.1.1.md) diff --git a/docs/changelog/full.md b/docs/changelog/full.md index fda45b1..cf51b04 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -1,3 +1,15 @@ +### 2.2.2 + +_Released 2022 Aug 27_ + +#### Fixes + +- Removed instance caching to resolve issues with closing of cached instances. +- The byte order is now properly reset after parsing the server address. + + +--- + ### 2.2.1 _Released 2022 Aug 25_ diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index f50dd67..7a395f8 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -1,9 +1,8 @@ -### 2.2.1 +### 2.2.2 -_Released 2022 Aug 25_ +_Released 2022 Aug 27_ #### Fixes -- Clearing a `MumbleLink` instance that wraps a custom `ByteBuffer` does now - properly zeroes the buffer's content. -- The server address is now parsed using network byte order. \ No newline at end of file +- Removed instance caching to resolve issues with closing of cached instances. +- The byte order is now properly reset after parsing the server address. \ No newline at end of file