Skip to content

Commit

Permalink
MQTT-Client-Framework 0.9.0
Browse files Browse the repository at this point in the history
Release date 2017-05-10

[FIX] Fix random crashes on core data persistence #314
[FIX] use_frameworks!
[FIX] Swift Tests output
[FIX] CONNACK return codes
[NEW] access publish data back messageDelivered is called? closes #296
[FIX] XCode 8.3.1 warnings and documentation
[NEW] MQTT v5 properties
[FIX] Reset PUBLISH/PUBREL command's deadline interval when connection closed #302
[NEW] initial version 5
  • Loading branch information
Christoph Krey committed May 10, 2017
1 parent d4e6d14 commit 23a6ec7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
MQTT-Client-Framework iOS/OSX/tvOS Release Notes
================================================

## MQTT-Client-Framework 0.9.0
> Release date 2017-05-10
[FIX] Fix random crashes on core data persistence #314
[FIX] use_frameworks!
[FIX] Swift Tests output
[FIX] CONNACK return codes
[NEW] access publish data back messageDelivered is called? closes #296
[FIX] XCode 8.3.1 warnings and documentation
[NEW] MQTT v5 properties
[FIX] Reset PUBLISH/PUBREL command's deadline interval when connection closed #302
[NEW] initial version 5

## MQTT-Client-Framework 0.8.8
> Release date 2017-04-03
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.8.8"
mqttc.version = "0.9.0"
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" => "[email protected]" }
mqttc.source = {
:git => "https://github.com/ckrey/MQTT-Client-Framework.git",
:tag => "0.8.8",
:tag => "0.9.0",
:submodules => true
}

Expand Down

0 comments on commit 23a6ec7

Please sign in to comment.