Skip to content

Commit

Permalink
Update for 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Nov 21, 2015
1 parent 3152108 commit 0bb4efc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,8 @@
2.4
* Add MQTT_SOCKET_TIMEOUT to prevent it blocking indefinitely
whilst waiting for inbound data
* Fixed return code when publishing >256 bytes

2.3
* Add publish(topic,payload,retained) function

Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=PubSubClient
version=2.3
version=2.4
author=Nick O'Leary <nick.oleary@gmail.com>
maintainer=Nick O'Leary <nick.oleary@gmail.com>
sentence=A client library for MQTT messaging.
Expand Down

0 comments on commit 0bb4efc

Please sign in to comment.