diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f81e075..9fd0902 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,11 @@ ==================== pyais CHANGELOG ==================== +------------------------------------------------------------------------------- + Version 2.6.2 16 Mar 2024 +------------------------------------------------------------------------------- +* fixes inconsistent rounding behavior for ROT values +* https://github.com/M0r13n/pyais/pull/130 ------------------------------------------------------------------------------- Version 2.6.1 20 Jan 2024 ------------------------------------------------------------------------------- diff --git a/pyais/__init__.py b/pyais/__init__.py index eb9608c..0828c14 100644 --- a/pyais/__init__.py +++ b/pyais/__init__.py @@ -5,7 +5,7 @@ from pyais.tracker import AISTracker, AISTrack __license__ = 'MIT' -__version__ = '2.6.1' +__version__ = '2.6.2' __author__ = 'Leon Morten Richter' __all__ = (