Skip to content

Commit a9de011

Browse files
Release srtp version 0.9.1
1 parent c777aba commit a9de011

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

srtp/CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.9.1
6+
57
* Increased minimum support rust version to `1.60.0`.
8+
* Increased required `webrtc-util` version to `0.7.0`.
69

710

811
## v0.9.0

srtp/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-srtp"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of SRTP"

0 commit comments

Comments
 (0)