diff --git a/ice/CHANGELOG.md b/ice/CHANGELOG.md index 59c29f9b4..32e2d2356 100644 --- a/ice/CHANGELOG.md +++ b/ice/CHANGELOG.md @@ -4,7 +4,7 @@ ## 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) +This release was released in error and contains no changes from 0.8.0. ## v0.8.0 diff --git a/webrtc/CHANGELOG.md b/webrtc/CHANGELOG.md index 5bd2d7510..5f77a928d 100644 --- a/webrtc/CHANGELOG.md +++ b/webrtc/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.5.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) + ## 0.5.0 ### Changes diff --git a/webrtc/Cargo.toml b/webrtc/Cargo.toml index 6eaab10f6..6098f23c4 100644 --- a/webrtc/Cargo.toml +++ b/webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webrtc" -version = "0.5.0" +version = "0.5.1" authors = ["Rain Liu "] edition = "2018" description = "A pure Rust implementation of WebRTC API"