Skip to content

Commit

Permalink
chore: prepare 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jul 22, 2022
1 parent fe79c33 commit 28d0e09
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/2.2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 2.2.0

_Not Released Yet_
_Released 2022 Jul 22_

#### Improvements

Expand Down
18 changes: 18 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
13 changes: 10 additions & 3 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -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.
- 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.

0 comments on commit 28d0e09

Please sign in to comment.