# Changelog for coreSNTP Library

## v1.2.0 (October 2022)

### Changes
 - [#63](https://github.com/FreeRTOS/coreSNTP/pull/63) Move user config includes from header to C files.
 - [#61](https://github.com/FreeRTOS/coreSNTP/pull/61) MISRA C:2012 compliance update
 - [#60](https://github.com/FreeRTOS/coreSNTP/pull/60) Update CBMC Starter kit
 - [#57](https://github.com/FreeRTOS/coreSNTP/pull/57) Loop Invariant Update

## v1.1.0 (November 2021)

### Changes
 - [#52](https://github.com/FreeRTOS/coreSNTP/pull/52) Change license from MIT-0 to MIT.
 - [#47](https://github.com/FreeRTOS/coreSNTP/pull/47) Update doxygen version used for documentation to 1.9.2.

## v1.0.0 (July 2021)

This is the first release of an coreSNTP client library in this repository.

This library implements an SNTP client for the [SNTPv4 specification](https://tools.ietf.org/html/rfc4330). It is optimized for resource-constrained devices, and does not allocate any memory.
