diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd120d..8aaa342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.1.3] (2019-08-15) + +* Add getter/setter for send/receive buffer length +* Add getter/setter for congestion control algorithm + ## [0.1.2] (2019-03-18) * Fix SSE 4.2 detection @@ -14,6 +19,7 @@ +[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 [0.1.0]: https://github.com/rawrtc/rawrtc-data-channel/compare/59e65d96a9feb4dd6b4a3b2f3a10ab7c067e2a60...v0.1.0 diff --git a/meson.build b/meson.build index 8753f24..27a0710 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ # Project definition project('rawrtcdc', 'c', - version: '0.1.2', + version: '0.1.3', default_options: ['c_std=c99'], meson_version: '>=0.46.0')