summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-08-29 18:13:34 +0100
committerDavid Baker <dbkr@matrix.org>2014-08-29 18:13:34 +0100
commit7b79c0f08fec1dcd0f23151e95b379afe052f85e (patch)
tree9f9cb78145d0aa118d4c87d30ebadbac9b61661a
parentGive basic feedback on the state of VoIP calls in the UI (manually adding to ... (diff)
downloadsynapse-7b79c0f08fec1dcd0f23151e95b379afe052f85e.tar.xz
v0.1.2 v0.1.2
-rw-r--r--CHANGES.rst6
-rw-r--r--VERSION2
-rw-r--r--synapse/__init__.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index 96b7322bd2..caad193b68 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -1,3 +1,9 @@ +Changes in synapse 0.1.2 (2014-08-29) +===================================== + +Webclient: + * Add basic call state UI for VoIP calls. + Changes in synapse 0.1.1 (2014-08-29) ===================================== diff --git a/VERSION b/VERSION
index 17e51c385e..d917d3e26a 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/synapse/__init__.py b/synapse/__init__.py
index dd43c2d11a..04200060bf 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -16,4 +16,4 @@ """ This is a reference implementation of a synapse home server. """ -__version__ = "0.1.1" +__version__ = "0.1.2"