Skip to content

Commit

Permalink
chore: prepare 2.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Aug 27, 2022
1 parent 7cdbb11 commit fc4b1fa
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/2.2.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 2.2.2

_Not Released Yet_
_Released 2022 Aug 27_

#### Fixes

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
9 changes: 4 additions & 5 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -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.
- Removed instance caching to resolve issues with closing of cached instances.
- The byte order is now properly reset after parsing the server address.

0 comments on commit fc4b1fa

Please sign in to comment.