From 02bdbb9ed6f0a8f7c42228c6e7cb35d748b60551 Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Wed, 12 Aug 2026 09:41:29 -0300 Subject: [PATCH] update version --- mongoose.h | 2 +- sbom.cdx.json | 8 ++++---- src/version.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mongoose.h b/mongoose.h index 4f947b25..4df53ad2 100644 --- a/mongoose.h +++ b/mongoose.h @@ -20,7 +20,7 @@ #ifndef MONGOOSE_H #define MONGOOSE_H -#define MG_VERSION "7.22" +#define MG_VERSION "7.23" #ifdef __cplusplus extern "C" { diff --git a/sbom.cdx.json b/sbom.cdx.json index 772fd46e..59a6096f 100644 --- a/sbom.cdx.json +++ b/sbom.cdx.json @@ -5,20 +5,20 @@ "serialNumber": "urn:uuid:d3f8b1e2-4a7c-4d9e-bf2a-1c3e5f7a9b0d", "version": 1, "metadata": { - "timestamp": "2026-06-25T00:00:00Z", + "timestamp": "2026-08-12T00:00:00Z", "component": { "type": "library", "bom-ref": "mongoose", "supplier": { "name": "Cesanta Software Limited", "url": ["https://cesanta.com"] }, "author": "Cesanta Software Limited", "name": "mongoose", - "version": "7.22", + "version": "7.23", "description": "Two-file C/C++ embedded networking library. HTTP, WebSocket, MQTT, TLS 1.3, OTA firmware updates, device dashboard. Runs on microcontrollers and desktop OS.", "licenses": [ { "expression": "GPL-2.0-only" }, { "license": { "name": "Cesanta Commercial License", "url": "https://mongoose.ws/licensing/" } } ], - "purl": "pkg:github/cesanta/mongoose@7.22", + "purl": "pkg:github/cesanta/mongoose@7.23", "externalReferences": [ { "type": "website", "url": "https://mongoose.ws" }, { "type": "vcs", "url": "https://github.com/cesanta/mongoose" }, @@ -27,7 +27,7 @@ { "type": "distribution", "url": "https://raw.githubusercontent.com/cesanta/mongoose/master/mongoose.c" } ], "properties": [ - { "name": "cpe", "value": "cpe:2.3:a:cesanta:mongoose:7.22:*:*:*:*:*:*:*" } + { "name": "cpe", "value": "cpe:2.3:a:cesanta:mongoose:7.23:*:*:*:*:*:*:*" } ] } }, diff --git a/src/version.h b/src/version.h index cd4392c3..4fbe7911 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define MG_VERSION "7.22" +#define MG_VERSION "7.23"