Skip to content

Commit beaff28

Browse files
Release turn version 0.6.1
1 parent 5a2b906 commit beaff28

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

turn/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Unreleased
44

5+
## v0.6.1
6+
57
* Added `delete_allocations_by_username` method on `Server`. This method provides possibility to manually delete allocation [#263](https://github.com/webrtc-rs/webrtc/pull/263) by [@logist322](https://github.com/logist322).
68
* Added `get_allocations_info` method on `Server`. This method provides possibility to get information about allocations [#288](https://github.com/webrtc-rs/webrtc/pull/288) by [@logist322](https://github.com/logist322).
79
* Increased minimum support rust version to `1.60.0`.
10+
* Increased required `webrtc-util` version to `0.7.0`.
811

912

1013
## v0.6.0

turn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "turn"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of TURN"

0 commit comments

Comments
 (0)