Skip to content

Commit

Permalink
[v2.3.1] Update changelog, version numbers and .md files for release (
Browse files Browse the repository at this point in the history
…#298)

* Update the CHANGELOG.md to include v2.3.1 information
* Update version number to "v2.3.1+" in main branch in public header file macro, manifest.yml and config.doxyfile.
  • Loading branch information
chinglee-iot authored Jul 12, 2024
1 parent 9b993a6 commit 44b013b
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.3.1 (July 2024)

### Changes

- [#297](https://github.com/FreeRTOS/coreMQTT/pull/297) Update release action for version number update and verification.

## v2.3.0 (June 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.3.0+
PROJECT_NUMBER = v2.3.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.3.0+"
version: "v2.3.1+"
description: |
"Client implementation of the MQTT 3.1.1 specification for embedded devices.\n"
license: "MIT"
2 changes: 1 addition & 1 deletion source/include/core_mqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* If MQTT_LIBRARY_VERSION ends with + it represents the version in development
* after the numbered release.
*/
#define MQTT_LIBRARY_VERSION "v2.3.0+"
#define MQTT_LIBRARY_VERSION "v2.3.1+"
/** @endcond */

/**
Expand Down

0 comments on commit 44b013b

Please sign in to comment.