diff --git a/readme.md b/readme.md index 9c8796f..39f2904 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,12 @@ I welcome all pull requests for improvements or missing endpoints over time as t # Changelog +**1.2.2** +- Added `driver_list` endpoint, thanks to @nylanderj for that +- Corrected issues where `if [parameter]` would skip if the parameter was correctly set to 0, e.g. `race_week_num`. Thanks to @abelsm2 for that +- Added initial test setup +- Added type hints throughout + **1.2.0** Thanks to @ablesm2 for these changes. diff --git a/setup.py b/setup.py index 123c0fd..e374140 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="iracingdataapi", - version="1.2.0", + version="1.2.2", author="Jason Dilworth", author_email="hello@jasondilworth.co.uk", description="A simple wrapper around the iRacing General Data API",