From a49006779b329b7baf0c997875710fcec73ad517 Mon Sep 17 00:00:00 2001 From: Feng Date: Fri, 11 Mar 2016 23:52:50 +0800 Subject: [PATCH] 0.17.0 --- CHANGELOG.md | 10 +++++++++- Makefile | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937b1629f..a358de727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ emqttd ChangeLog -================= +================ + +0.17.0-beta(2016-03-12) +------------------------ + +Full Documents released on https://docs.emqtt.com + +Improve the design of Hook, PubSub and Router + 0.16.0-beta(2016-02-16) ------------------------ diff --git a/Makefile b/Makefile index c1a173c07..659126c0d 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BASE_DIR = $(shell pwd) REBAR = $(BASE_DIR)/rebar DIST = $(BASE_DIR)/rel/$(APP) -all: compile +all: submods compile submods: @git submodule update --init