File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## [ 2.2.1] ( https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v2.2.1 ) (Dec 26, 2017)
3
+
4
+ Bugfixes:
5
+
6
+ - [ #115 ] ( https://github.com/aws/aws-iot-device-sdk-embedded-C/issues/115 ) - Issue with new client metrics
7
+
8
+ Pull requests:
9
+
10
+ - [ #112 ] ( https://github.com/aws/aws-iot-device-sdk-embedded-C/pull/112 ) - Initialize msqParams.isRetained to 0 in publishToShadowAction()
11
+ - [ #118 ] ( https://github.com/aws/aws-iot-device-sdk-embedded-C/pull/118 ) - mqttInitParams.mqttPacketTimeout_ms initialized
12
+
2
13
## [ 2.2.0] ( https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v2.2.0 ) (Nov 22, 2017)
3
14
4
15
New Features:
Original file line number Diff line number Diff line change 39
39
/**
40
40
* @brief PATCH version when backwards-compatible bug fixes are made.
41
41
*/
42
- #define VERSION_PATCH 0
42
+ #define VERSION_PATCH 1
43
43
/**
44
44
* @brief TAG is an (optional) tag appended to the version if a more descriptive verion is needed.
45
45
*/
You can’t perform that action at this time.
0 commit comments