Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Meisterschueler committed Jun 1, 2021
1 parent 7e1a7e7 commit 28848b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG

# 1.2.0: - 2021-06-01
- parser: Added support for OGNSKY (safesky) beacons
- client: Replace bad characters with � instead of raising an exception (restore old behaviour with parameter ignore_decoding_error=False)

## 1.1.0: - 2021-04-05
- parser: Added no-tracking flag decoding
- parser: Fixed aircraft_type decoding
Expand Down
2 changes: 1 addition & 1 deletion ogn/client/settings.py
Expand Up @@ -4,7 +4,7 @@

APRS_APP_NAME = 'python-ogn-client'

PACKAGE_VERSION = '1.1.0'
PACKAGE_VERSION = '1.2.0'
APRS_APP_VER = PACKAGE_VERSION[:3]

APRS_KEEPALIVE_TIME = 240
Expand Down

0 comments on commit 28848b6

Please sign in to comment.