Skip to content

Commit 80015c2

Browse files
committed
Update library to v1.1.0
1 parent db2f6e1 commit 80015c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MQTTClient: Changelog
22
=====================
33

4-
HEAD
5-
----
4+
v1.1.0 (2025-08-26)
5+
------
66

77
* Add onDisconnected callback
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MQTTClient
22
[![Release Build](https://github.com/paclema/MQTTClient/actions/workflows/release.yml/badge.svg)](https://github.com/paclema/MQTTClient/actions/workflows/release.yml)
3-
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/paclema/library/MQTTClient.svg?version=1.0.2)](https://registry.platformio.org/libraries/paclema/MQTTClient)
3+
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/paclema/library/MQTTClient.svg?version=1.1.0)](https://registry.platformio.org/libraries/paclema/MQTTClient)
44
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?color=yellow)](https://www.paypal.com/donate/?business=8PXZ598XDGAS2&no_recurring=0&currency_code=EUR&source=url)
55

66

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MQTTClient",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "MQTT Client library that wrappers ESP-IDF mqtt client component into a C++ class",
55
"keywords": "mqtt, tls, websockets, esp32, esp8266, WebConfigServer",
66
"authors": [

0 commit comments

Comments
 (0)