Skip to content

Commit

Permalink
Release v0.8.1 of webrtc-ice
Browse files Browse the repository at this point in the history
  • Loading branch information
lookback-hugotunius committed Sep 12, 2022
1 parent a496847 commit c30b5c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# webrtc-ice changelog

## Unreleased

## v0.8.1

* Promote agent lock in ice_gather.rs create_agent() to top level of the function to avoid a race condition. [#290 Promote create_agent lock to top of function, to avoid race condition](https://github.com/webrtc-rs/webrtc/pull/290) contributed by [efer-ms](https://github.com/efer-ms)

## v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion ice/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webrtc-ice"
version = "0.8.0"
version = "0.8.1"
authors = ["Rain Liu <[email protected]>"]
edition = "2018"
description = "A pure Rust implementation of ICE"
Expand Down

0 comments on commit c30b5c1

Please sign in to comment.