Skip to content

Commit d039f07

Browse files
gordonwang0huguesBouvier
authored andcommitted
Release v3.0.1. (aws#179)
1 parent 4486eab commit d039f07

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Change Log
2+
3+
## [3.0.1](https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v3.0.1) (May 10, 2018)
4+
5+
Bugfixes:
6+
7+
- [#167], [#168] Fixed issues reported by Coverity Scan.
8+
- [#177] Fixes a memory corruption bug and handling of timeouts.
9+
10+
Other:
11+
12+
- Add .travis.yml for Travis CI.
13+
- Removed C++ sample.
14+
- Removed includes of `inttypes.h`, which doesn't exist on some systems.
15+
- [#175] Added comments on static allocation of MQTT topics.
16+
217
## [3.0.0](https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v3.0.0) (Apr 17, 2018)
318

419
Bugfixes:

include/aws_iot_version.h

+1-1
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)