diff --git a/ChangeLog b/ChangeLog index 287c2f5b..33c5de72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1.0.1: + * Updated the repo url. + * Fixed typo which was crashing the application. + * Improved the HID write routine which was causing issues on some devices. + * Fix non-unifying receivers in Linux 5.2. + * Add new Lightspeed receiver (used in the G305) + 1.0.0: * Too many to track... diff --git a/lib/solaar/__init__.py b/lib/solaar/__init__.py index 3f89d97b..14131450 100644 --- a/lib/solaar/__init__.py +++ b/lib/solaar/__init__.py @@ -19,5 +19,5 @@ from __future__ import absolute_import, division, print_function, unicode_literals -__version__ = '1.0.0' +__version__ = '1.0.1' NAME = 'Solaar'