diff --git a/CHANGES.rst b/CHANGES.rst index 4291ccc7a..53f8ca65d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Changes in synapse v0.18.2-rc2 (2016-10-25) +Changes in synapse v0.18.2-rc3 (2016-10-27) =========================================== Changes: @@ -17,6 +17,12 @@ Bug fixes: * Fix infinite typing bug (PR #1179) +Changes in synapse v0.18.2-rc2 (2016-10-25) +=========================================== + +(This release did not include the changes advertised and was identical to RC1) + + Changes in synapse v0.18.2-rc1 (2016-10-17) =========================================== diff --git a/synapse/__init__.py b/synapse/__init__.py index fdffbfe81..2c5dcf59f 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -16,4 +16,4 @@ """ This is a reference implementation of a Matrix home server. """ -__version__ = "0.18.2-rc2" +__version__ = "0.18.2-rc3"