diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fe1c9..b01bc09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.3.3 (2023-09-04) +## New features +* none +## Bug fixes +* RX buffer pointers bug fix +## Other +* New KISS handling method to support long and multiple frames +## Known bugs +* none # 1.3.2 (2023-08-31) ## New features * none diff --git a/Src/common.c b/Src/common.c index 5fea23c..f350127 100644 --- a/Src/common.c +++ b/Src/common.c @@ -32,7 +32,7 @@ struct _GeneralConfig GeneralConfig = .kissMonitor = 0, }; -const char versionString[] = "VP-Digi v. 1.3.2\r\nThe open-source standalone APRS digipeater controller and KISS TNC\r\n"; +const char versionString[] = "VP-Digi v. 1.3.3\r\nThe open-source standalone APRS digipeater controller and KISS TNC\r\n"; static uint64_t pow10i(uint16_t exp) {