Skip to content

Commit 5a2b906

Browse files
Release stun version 0.4.4
1 parent 550278a commit 5a2b906

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

stun/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.4.4
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.4.3

stun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stun"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2018"
66
description = "A pure Rust implementation of STUN"

0 commit comments

Comments
 (0)