From c6d2278f3c4c78d21c45dfa42e55e5b8fad6eb08 Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Fri, 12 Jul 2024 10:33:38 +0800 Subject: [PATCH 1/2] [v2.3.1] Update CHANGELOG.md for v2.3.1 * Version number in source files, manifest.md, config.doxyfile and public header file macro are now updated in release action --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bcb163b0..6007ba17e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From c46a1ab5f7f7206237080250cdc85e836b3cea28 Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Fri, 12 Jul 2024 10:41:17 +0800 Subject: [PATCH 2/2] Update version number v2.3.1+ in header file, manifest.yml and config.doxyfile --- docs/doxygen/config.doxyfile | 2 +- manifest.yml | 2 +- source/include/core_mqtt.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index dee1ba57a..40634095f 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -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 diff --git a/manifest.yml b/manifest.yml index 8381c01c9..9d693767a 100644 --- a/manifest.yml +++ b/manifest.yml @@ -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" diff --git a/source/include/core_mqtt.h b/source/include/core_mqtt.h index ab8bfbb65..8e0bad49e 100644 --- a/source/include/core_mqtt.h +++ b/source/include/core_mqtt.h @@ -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 */ /**