diff --git a/CHANGES b/CHANGES index 76077e405..dfb5949b9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Changes with emqtt 0.1.4 04 Jan 2012 + + *) Bugfix: fix "mosquitto_sub -q 2 ......" bug + + *) Bugfix: fix keep alive bug + Changes with emqtt 0.1.3 04 Jan 2012 *) Feature: support QOS2 PUBREC, PUBREL,PUBCOMP messages diff --git a/src/emqtt.app.src b/src/emqtt.app.src index a426ccc9a..78b19534e 100644 --- a/src/emqtt.app.src +++ b/src/emqtt.app.src @@ -1,7 +1,7 @@ {application, emqtt, [ {description, "erlang mqtt broker"}, - {vsn, "0.1.3"}, + {vsn, "0.1.4"}, {modules, [ emqtt, emqtt_app,