Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Apr 13, 2018
1 parent 2411b3e commit e20f3ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## [0.2.2] (2018-04-14)

* Fixed parsing the DTLS role in the peer connection API

## [0.2.1] (2018-02-26)

* Fixed missing cast in examples leading to issues on specific platforms (such
Expand All @@ -11,5 +15,6 @@



[0.2.2]: https://github.com/rawrtc/rawrtc/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/rawrtc/rawrtc/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/rawrtc/rawrtc/compare/bd9d1ef15d008fdc24b4d5e3158e775a03ffec16...v0.2.0
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.2)
# TODO: Find a way to keep this in sync with the one in rawrtc.h
project(librawrtc
VERSION 0.2.1)
VERSION 0.2.2)
set(PROJECT_DESCRIPTION
"A WebRTC and ORTC library with a small footprint that runs everywhere.")
set(PROJECT_URL
Expand Down
2 changes: 1 addition & 1 deletion src/include/rawrtc.h
Expand Up @@ -30,7 +30,7 @@
*
* TODO: Find a way to keep this in sync with the one in CMakeLists.txt
*/
#define RAWRTC_VERSION "0.2.1"
#define RAWRTC_VERSION "0.2.2"

/*
* Return codes.
Expand Down

0 comments on commit e20f3ce

Please sign in to comment.