Skip to content

Commit

Permalink
Release 2.24.2 (2019-12-12)
Browse files Browse the repository at this point in the history
* Adds the `slug` field to Tour Dossiers (#120)
* Adds webhook signature utility methods (#122)
  • Loading branch information
marz619 committed Dec 12, 2019
1 parent f23c7ec commit 3941e7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 3941e7d

Please sign in to comment.