diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..4d4e6dd71 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## 1.0.1 +* Updated README.md version number. + +## 1.0.0 +* Implemented all mqtt functionarities. diff --git a/README.md b/README.md index dc4b811dd..84ecff0c2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ MQTT client for C++14 based on Boost.Asio ========================================= -Version 0.1.0 [![Build Status](https://travis-ci.org/redboltz/mqtt_client_cpp.svg?branch=master)](https://travis-ci.org/redboltz/mqtt_client_cpp) [![Build status](https://ci.appveyor.com/api/projects/status/21a267hd34s0kqu5/branch/master?svg=true)](https://ci.appveyor.com/project/redboltz/mqtt-client-cpp/branch/master) +Version 1.0.1 [![Build Status](https://travis-ci.org/redboltz/mqtt_client_cpp.svg?branch=master)](https://travis-ci.org/redboltz/mqtt_client_cpp) [![Build status](https://ci.appveyor.com/api/projects/status/21a267hd34s0kqu5/branch/master?svg=true)](https://ci.appveyor.com/project/redboltz/mqtt-client-cpp/branch/master) Overview --------