diff --git a/CHANGELOG.md b/CHANGELOG.md index 23730f5..1640623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG + +## 1.1.0: - 2021-04-05 +- parser: Added no-tracking flag decoding +- parser: Fixed aircraft_type decoding ## 1.0.1: - 2020-11-02 - client: catch errors while connecting (fixes #74 and #91) - client: no logging messages by default (fixes #92) diff --git a/ogn/client/settings.py b/ogn/client/settings.py index a4591fe..7dd42df 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.0.1' +PACKAGE_VERSION = '1.1.0' APRS_APP_VER = PACKAGE_VERSION[:3] APRS_KEEPALIVE_TIME = 240