Skip to content

Commit

Permalink
Update changelog and doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jun 7, 2024
1 parent e40e9a3 commit 77a5345
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for coreMQTT Client Library

## v2.2.1 (June 2024)

### Changes

- [#288](https://github.com/FreeRTOS/coreMQTT/pull/288) Fix time comparison overflow.

## v2.2.0 (April 2024)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = coreMQTT
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v2.2.0
PROJECT_NUMBER = v2.2.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name : "coreMQTT"
version: "v2.2.0"
version: "v2.2.1"
description: |
"Client implementation of the MQTT 3.1.1 specification for embedded devices.\n"
license: "MIT"
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required ( VERSION 3.22.0 )
project ( "CoreMQTT tests"
VERSION 2.1.0
VERSION 2.2.1
LANGUAGES C )

# Allow the project to be organized into folders.
Expand Down

0 comments on commit 77a5345

Please sign in to comment.