diff --git a/HISTORY.rst b/HISTORY.rst index 3fd37e7..8d659ca 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,10 +3,13 @@ History ======= -2.24.1 (2019-12-12) +2.24.2 (2019-12-12) ------------------- +* Adds the ``compute_request_signature`` and ``compute_webhook_validation_key`` utility methods + * See https://github.com/gadventures/gapipy/pull/122 * Add ``slug`` field to ``TourDossier`` resource + * See https://github.com/gadventures/gapipy/pull/120 2.24.0 (2019-11-05) diff --git a/gapipy/__init__.py b/gapipy/__init__.py index eca371e..3f21c37 100644 --- a/gapipy/__init__.py +++ b/gapipy/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '2.24.1' +__version__ = '2.24.2' __title__ = 'gapipy' from .client import Client # NOQA