Skip to content

Commit

Permalink
Prepare 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 11, 2024
1 parent c0d471e commit 86fcd75
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ All user visible changes to this project will be documented in this file. This p



## [0.9.1] · 2024-07-11
[0.9.1]: /../../tree/v0.9.1

[Diff](/../../compare/v0.9.0...v0.9.1)

### Added

- `attr` module with [STUN]/[TURN] attributes re-exported. ([c0d471ef])

[c0d471ef]: /../../commit/c0d471efd19b6dc35163956001d31dc09150fe8d




## [0.9.0] · 2024-07-09
[0.9.0]: /../../tree/v0.9.0

Expand Down Expand Up @@ -38,3 +52,5 @@ See [old upstream CHANGELOG](https://github.com/webrtc-rs/webrtc/blob/turn-v0.6.


[Semantic Versioning 2.0.0]: https://semver.org
[STUN]: https://en.wikipedia.org/wiki/STUN
[TURN]: https://en.wikipedia.org/wiki/TURN
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "medea-turn"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
rust-version = "1.74"
description = "STUN/TURN server implementation used by Medea media server."
Expand Down

0 comments on commit 86fcd75

Please sign in to comment.