diff --git a/packages/c/sshnpd/CHANGELOG.md b/packages/c/sshnpd/CHANGELOG.md index ec6634b69..b1f466c26 100644 --- a/packages/c/sshnpd/CHANGELOG.md +++ b/packages/c/sshnpd/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.2.1 + +- Bump at_c to v0.3.0 to have more explicit int types + +## 0.2.0 + +- Beta release of C sshnpd + ## 0.1.0 - Initial alpha version of C sshnpd diff --git a/packages/c/sshnpd/include/sshnpd/version.h b/packages/c/sshnpd/include/sshnpd/version.h index 4837cea07..ae646116d 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.0" +#define SSHNPD_VERSION "0.2.1" #endif