diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2e145..0883600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # CHANGELOG -## unreleased +## 1.2.2: - 2024-03-31 - client: If no reference_timestamp provided use timestamp from APRS server (fixes #85) +- parser: Manage Flarm APRS messages with TOCALL set to OGFLR6 and OGFLR7 (fixes #123) ## 1.2.1: - 2021-06-06 - client: Added peer IP to log messages diff --git a/ogn/client/settings.py b/ogn/client/settings.py index 7b1747a..5bc2f66 100644 --- a/ogn/client/settings.py +++ b/ogn/client/settings.py @@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580 APRS_APP_NAME = 'python-ogn-client' -PACKAGE_VERSION = '1.2.1' +PACKAGE_VERSION = '1.2.2' APRS_APP_VER = PACKAGE_VERSION[:3] APRS_KEEPALIVE_TIME = 240