Skip to content

Commit

Permalink
Release v3.0.1. (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwang0 authored and huguesBouvier committed May 10, 2018
1 parent 4486eab commit d039f07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# Change Log

## [3.0.1](https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v3.0.1) (May 10, 2018)

Bugfixes:

- [#167], [#168] Fixed issues reported by Coverity Scan.
- [#177] Fixes a memory corruption bug and handling of timeouts.

Other:

- Add .travis.yml for Travis CI.
- Removed C++ sample.
- Removed includes of `inttypes.h`, which doesn't exist on some systems.
- [#175] Added comments on static allocation of MQTT topics.

## [3.0.0](https://github.com/aws/aws-iot-device-sdk-embedded-C/releases/tag/v3.0.0) (Apr 17, 2018)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion include/aws_iot_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/**
* @brief PATCH version when backwards-compatible bug fixes are made.
*/
#define VERSION_PATCH 0
#define VERSION_PATCH 1
/**
* @brief TAG is an (optional) tag appended to the version if a more descriptive verion is needed.
*/
Expand Down

0 comments on commit d039f07

Please sign in to comment.