* Fixed ``products`` within the ``Promotion`` resource to properly retain ``type`` and ``sub_type`` fields after being parsed into a dictionary.
0.1.44
-------------------
* Changed default ``cache_backend`` to use ``gapipy.cache.NullCache``. Previously, ``SimpleCache`` was the default and led to confusion in production environments, specifically as to why resources were not matching the API output. Now, by default, to get any caching from gapipy you must explicitly set it.
0.1.43
-------------------
* Fixed ``Place`` init with empty admin_divisions.
0.1.42
-------------------
* Added ``description`` to ``TourCategory`` resource.
0.1.41
-------------------
* Added ``DepartureComponent`` resource. See the official G API `documentation <https://developers.gadventures.com/docs/departure_component.html>`_ for details.
0.1.40
-------------------
* Added ``deposit`` to ``DepartureService`` resource.