Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Aug 15, 2019
1 parent d612b0f commit a4bbb90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [0.5.0] (2019-08-15)

* Fix BoringSSL compatibility (#139)
* Calculate ICE candidate priority (#140)
* Use [upstream usrsctp](https://github.com/sctplab/usrsctp/)
* Expose more transport parameters (#146)
- Add getter/setter for send/receiver buffer length
- Add getter/setter for congestion control algorithm
- Add getter/setter for MTU

## [0.4.0] (2019-03-19)

* Replace CMake with Meson build system
Expand Down Expand Up @@ -33,6 +43,7 @@



[0.5.0]: https://github.com/rawrtc/rawrtc/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/rawrtc/rawrtc/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/rawrtc/rawrtc/compare/v0.2.2...v0.3.0
[0.2.2]: https://github.com/rawrtc/rawrtc/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion meson.build
@@ -1,6 +1,6 @@
# Project definition
project('rawrtc', 'c',
version: '0.4.0',
version: '0.5.0',
default_options: ['c_std=c99'],
meson_version: '>=0.48.0')

Expand Down

0 comments on commit a4bbb90

Please sign in to comment.