Skip to content

Commit

Permalink
MQTT-Client-Framework 0.9.1
Browse files Browse the repository at this point in the history
    [NEW] v5 adapted error handling
    [FIX] Fixed the PUBACK message sent by the client having the message id twice in the message payload #317
    [NEW] v5 live cycle
    [NEW] Add a configurable dupTimeout property to MQTTSession #315
  • Loading branch information
ckrey committed May 24, 2017
1 parent d945355 commit 5d9830e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
MQTT-Client-Framework iOS/OSX/tvOS Release Notes
================================================

## MQTT-Client-Framework 0.9.1
> Release date 2017-05-24
[NEW] v5 adapted error handling
[FIX] Fixed the PUBACK message sent by the client having the message id twice in the message payload #317
[NEW] v5 live cycle
[NEW] Add a configurable dupTimeout property to MQTTSession #315

## MQTT-Client-Framework 0.9.0
> Release date 2017-05-10
Expand Down
4 changes: 2 additions & 2 deletions MQTTClient.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |mqttc|
mqttc.name = "MQTTClient"
mqttc.version = "0.9.0"
mqttc.version = "0.9.1"
mqttc.summary = "iOS, OSX and tvOS native ObjectiveC MQTT Client Framework"
mqttc.homepage = "https://github.com/ckrey/MQTT-Client-Framework"
mqttc.license = { :type => "EPLv1", :file => "LICENSE" }
mqttc.author = { "Christoph Krey" => "krey.christoph@gmail.com" }
mqttc.source = {
:git => "https://github.com/ckrey/MQTT-Client-Framework.git",
:tag => "0.9.0",
:tag => "0.9.1",
:submodules => true
}

Expand Down

0 comments on commit 5d9830e

Please sign in to comment.