Skip to content

Commit

Permalink
Ready for v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Nov 14, 2012
1 parent 58c4c52 commit ddf4a8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGELOG
=========


Version 0.2.1 (not yet released)
Version 0.2.1 (released in 2012-11-15)
-------------------------------

* [(24e32c0)](https://github.com/versatica/JsSIP/commit/24e32c0d16ff5fcefd2319fc445a59d6fc2bcb59) UA configuration `password` parameter is now optional.
Expand All @@ -13,7 +13,8 @@ Version 0.2.1 (not yet released)
* [(11c6bb6)](https://github.com/versatica/JsSIP/commit/11c6bb6aeef9de3bf2a339263f620b1caf60d634) Allow receiving WebSocket binary messages (code provided by [vf1](https://github.com/vf1)).
* [(0e8c5cf)](https://github.com/versatica/JsSIP/commit/0e8c5cf) Bug fix: Fixed Contact and Record-Route header split (reported by Davide Corda).
* [(0c91285)](https://github.com/versatica/JsSIP/commit/0c91285) Bug fix: Fixed failure causes in 'registrationFailed' UA event.

* [(99243e4)](https://github.com/versatica/JsSIP/commit/99243e4) Fixed BYE and ACK error handling.
* [(0c91285)](https://github.com/versatica/JsSIP/commit/0c91285) Fixed failure causes in 'registrationFailed' UA event.

Version 0.2.0 (released in 2012-11-01)
--------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jssip",
"title": "JsSIP",
"description": "Javascript SIP WebSocket library",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "http://jssip.net",
"author": "José Luis Millán <jmillan@aliax.net>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var JsSIP = (function() {
"use strict";
var
productName = 'JsSIP',
productVersion = '0.2.0';
productVersion = '0.2.1';

return {
name: function() {
Expand Down

0 comments on commit ddf4a8e

Please sign in to comment.