Skip to content

Commit 124628e

Browse files
committed
Release v2.2.1
1 parent ba30f68 commit 124628e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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

415
New Features:

include/aws_iot_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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
*/

0 commit comments

Comments
 (0)