diff --git a/docs/source/changes.rst b/docs/source/changes.rst index 548233125..e81633c82 100644 --- a/docs/source/changes.rst +++ b/docs/source/changes.rst @@ -5,6 +5,26 @@ Changes ======= +.. _release_1.1.3: + +------------- +Version 1.1.3 +------------- + +*Release Date: 2016-08-19* + +Support './bin/emqttd_ctl users list' CLI (#621) + +Cannot publish payloads with a size of the order 64K using WebSockets (#643) + +Optimize the procedures that retrieve the Broker version and Borker description in the tick timer (PR#627) + +Fix SSL certfile, keyfile config (#651) + +------------- +Version 1.1.2 +------------- + .. _release_1.1.2: ------------- diff --git a/src/emqttd.app.src b/src/emqttd.app.src index be726aa9f..6290ae6b4 100644 --- a/src/emqttd.app.src +++ b/src/emqttd.app.src @@ -1,7 +1,7 @@ {application, emqttd, [ {description, "Erlang MQTT Broker"}, - {vsn, "1.1.2"}, + {vsn, "1.1.3"}, {id, "emqttd"}, {modules, []}, {registered, []},