From 1a613fd05bdca8370a86578d902f1c19cc8cc380 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:07:07 +0000 Subject: [PATCH] chore: Bump version.h and changelog to 0.2.2 --- packages/c/sshnpd/CHANGELOG.md | 4 ++++ packages/c/sshnpd/include/sshnpd/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/c/sshnpd/CHANGELOG.md b/packages/c/sshnpd/CHANGELOG.md index b1f466c26..8a7ed152d 100644 --- a/packages/c/sshnpd/CHANGELOG.md +++ b/packages/c/sshnpd/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.2 + +- Fix 32bit support for device_info + ## 0.2.1 - Bump at_c to v0.3.0 to have more explicit int types diff --git a/packages/c/sshnpd/include/sshnpd/version.h b/packages/c/sshnpd/include/sshnpd/version.h index ae646116d..b9e11525d 100644 --- a/packages/c/sshnpd/include/sshnpd/version.h +++ b/packages/c/sshnpd/include/sshnpd/version.h @@ -1,4 +1,4 @@ #ifndef SSHNPD_VERSION_H #define SSHNPD_VERSION_H -#define SSHNPD_VERSION "0.2.1" +#define SSHNPD_VERSION "0.2.2" #endif