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