Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
update changelog and cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanmr94 committed Dec 18, 2020
1 parent 693ee6f commit df4bc55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This repository contains the `FreeRTOS AWS Reference Integrations`, which are pre-integrated FreeRTOS projects that demonstrate connectivity with AWS IoT. The repository contains projects for many different microcontroller evaluation boards.

## 202011.01 December 2020

This release does not change any source files compared to 202011.00. It only fixes an issue with `checksums.json` file used by AWS IoT Device Tester to verify the integrity of FreeRTOS source files during the qualification process. This issue was present only on Windows while Linux and MacOS were unaffected.

## 202011.00 November 2020

### New Features
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
endif()

project(amazon-freertos)
set(PROJECT_VERSION "202011.00")
set(PROJECT_VERSION "202011.01")
set(PROJECT_VERSION_MAJOR "202011")
set(PROJECT_VERSION_MINOR "00")
set(PROJECT_VERSION_MINOR "01")

# Import global configurations.
include("tools/cmake/afr.cmake")
Expand Down

0 comments on commit df4bc55

Please sign in to comment.