Skip to content

Commit 2c1f123

Browse files
committed
3.2.5
1 parent f27cb87 commit 2c1f123

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

33

4+
### 3.2.5
5+
6+
* Fix TCP leak (#325).
7+
8+
49
### 3.2.4
510

611
* `PlainRtpTransport`: Fix comedia mode.
@@ -139,6 +144,11 @@
139144
* v3 is here!
140145

141146

147+
### 2.6.14
148+
149+
* Fix TCP leak (#325).
150+
151+
142152
### 2.6.13
143153

144154
* Make mediasoup-worker compile in Armbian Debian Buster (thanks @krishisola, fixes #321).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mediasoup",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "Cutting Edge WebRTC Video Conferencing",
55
"contributors": [
66
"Iñaki Baz Castillo <[email protected]> (https://inakibaz.me)",

0 commit comments

Comments
 (0)