From 43be79d278a3d391ca6074c8796340580ca17ced Mon Sep 17 00:00:00 2001 From: Koen Vossen Date: Sun, 31 Oct 2021 14:09:59 +0100 Subject: [PATCH] Update changelog + bump version to 2.2.0 --- docs/changelog.md | 9 +++++++++ kloppy/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5ac93324..914e338a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,15 @@ Find out all changes between different kloppy versions +## 2.2.0 (2021-10-31) + +Pull request merged: + +- Second Spectrum deserializer ([#106](https://github.com/PySport/kloppy/pull/106)) +- Datafactory event deserializer ([#108](https://github.com/PySport/kloppy/pull/108)) +- Add distance and speed to frames as well as extra data when available ([#109](https://github.com/PySport/kloppy/pull/109)) +- Documentation updates ([#110](https://github.com/PySport/kloppy/pull/110), [#111](https://github.com/PySport/kloppy/pull/111)) + ## 2.1.0 (2021-08-22) Pull request merged: diff --git a/kloppy/__init__.py b/kloppy/__init__.py index 1e141bb9..6b7a531f 100644 --- a/kloppy/__init__.py +++ b/kloppy/__init__.py @@ -13,4 +13,4 @@ ) from .domain.services.state_builder import add_state -__version__ = "2.1.0" +__version__ = "2.2.0"