Skip to content

Commit fbd8d23

Browse files
authored
Merge pull request #978 from redboltz/update_to_13.2.1
Update the version to 13.2.1.
2 parents afbe3d3 + 1aa3f90 commit fbd8d23

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 13.2.1
2+
* Fixed async socket close blocking problem. (#977)
3+
14
## 13.2.0
25
* Added locks for timers. (#973)
36
* Added logs. (#971)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.2.0)
2+
PROJECT (mqtt_cpp_iface VERSION 13.2.1)
33

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

README.md

Lines changed: 1 addition & 1 deletion
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.2.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 13.2.1 [![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)