We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bac4fd commit 31fe26dCopy full SHA for 31fe26d
ice/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## v0.8.2
6
+
7
* Add IP filter to ICE `AgentConfig` [#306](https://github.com/webrtc-rs/webrtc/pull/306) and [#318](https://github.com/webrtc-rs/webrtc/pull/318).
8
* Add `rust-version` at 1.57.0 to `Cargo.toml`. This was already the minimum version so does not constitute a change.
9
ice/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "webrtc-ice"
-version = "0.8.1"
+version = "0.8.2"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of ICE"
0 commit comments