Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Sep 20, 2021
1 parent 90b8809 commit ed1aa54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.4] (2021-09-20)

* Fix usrsctp dependency

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

* Add getter/setter for send/receive buffer length
Expand All @@ -19,6 +23,7 @@



[0.1.4]: https://github.com/rawrtc/rawrtc-data-channel/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/rawrtc/rawrtc-data-channel/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/rawrtc/rawrtc-data-channel/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/rawrtc/rawrtc-data-channel/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project definition
project('rawrtcdc', 'c',
version: '0.1.3',
version: '0.1.4',
default_options: ['c_std=c99'],
meson_version: '>=0.46.0')

Expand Down

0 comments on commit ed1aa54

Please sign in to comment.