diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 96f29fa03..309f65e13 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -5,7 +5,21 @@ Changes ======= -.. _release_1.0.1: +.. _release_1.0.2: + +------------- +Version 1.0.2 +------------- + +*Release Date: 2016-05-04* + +Issue#534 - './bin/emqttd_ctl vm' - add 'port/count', 'port/limit' statistics + +Issue#535 - emqttd_client should be terminated properly even if exception happened when sending data + +PR#519 - The erlang '-name' requires the fully qualified host name + +.. _release_l.0.1: ------------- Version 1.0.1 diff --git a/src/emqttd.app.src b/src/emqttd.app.src index 8e102ccc6..647c7d49d 100644 --- a/src/emqttd.app.src +++ b/src/emqttd.app.src @@ -1,7 +1,7 @@ {application, emqttd, [ {description, "Erlang MQTT Broker"}, - {vsn, "1.0.1"}, + {vsn, "1.0.2"}, {id, "emqttd"}, {modules, []}, {registered, []},