Skip to content

Commit 31fe26d

Browse files
Release ICE 0.8.2
1 parent 4bac4fd commit 31fe26d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ice/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v0.8.2
6+
57
* 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).
68
* Add `rust-version` at 1.57.0 to `Cargo.toml`. This was already the minimum version so does not constitute a change.
79

ice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-ice"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["Rain Liu <yliu@webrtc.rs>"]
55
edition = "2018"
66
description = "A pure Rust implementation of ICE"

0 commit comments

Comments
 (0)