File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# 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+
213## [ 2.2.0] ( https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v2.2.0 ) (Nov 22, 2017)
314
415New Features:
Original file line number Diff line number Diff line change 3939/**
4040 * @brief PATCH version when backwards-compatible bug fixes are made.
4141 */
42- #define VERSION_PATCH 0
42+ #define VERSION_PATCH 1
4343/**
4444 * @brief TAG is an (optional) tag appended to the version if a more descriptive verion is needed.
4545 */
You can’t perform that action at this time.
0 commit comments