Skip to content

Commit 43d9b83

Browse files
committed
Version updated.
1 parent ebfdba7 commit 43d9b83

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 14.0.0
2+
* <<<< breaking change >>>> Replaced std::function with move_only_function. (#953)
3+
* Removed old NetworkTS code. (#952)
4+
* Fixed invalid timing async_shutdown handler call. (#950)
5+
* Improved build system. (#948)
6+
17
## 13.1.0
28
* Added clear username and password functionality. (#944)
39
* Refined utility tools. (#941, #942)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CMAKE_MINIMUM_REQUIRED (VERSION 3.13.0)
2-
PROJECT (mqtt_cpp_iface VERSION 13.1.0)
2+
PROJECT (mqtt_cpp_iface VERSION 14.0.0)
33

44
SET(CMAKE_CXX_STANDARD 14)
55
SET(CMAKE_CXX_STANDARD_REQUIRED ON)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MQTT client/server for C++14 based on Boost.Asio
22

3-
Version 13.1.0 [![Actions Status](https://github.com/redboltz/mqtt_cpp/workflows/CI/badge.svg)](https://github.com/redboltz/mqtt_cpp/actions)[![Build Status](https://dev.azure.com/redboltz/redboltz/_apis/build/status/redboltz.mqtt_cpp?branchName=master)](https://dev.azure.com/redboltz/redboltz/_build/latest?definitionId=6&branchName=master)[![codecov](https://codecov.io/gh/redboltz/mqtt_cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/redboltz/mqtt_cpp)
3+
Version 14.0.0 [![Actions Status](https://github.com/redboltz/mqtt_cpp/workflows/CI/badge.svg)](https://github.com/redboltz/mqtt_cpp/actions)[![Build Status](https://dev.azure.com/redboltz/redboltz/_apis/build/status/redboltz.mqtt_cpp?branchName=master)](https://dev.azure.com/redboltz/redboltz/_build/latest?definitionId=6&branchName=master)[![codecov](https://codecov.io/gh/redboltz/mqtt_cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/redboltz/mqtt_cpp)
44

55
Important note https://github.com/redboltz/mqtt_cpp/wiki/News.
66

0 commit comments

Comments
 (0)