----------------------------------------------------------------------
**Features:**
- footer can now be extended through template block *footer*
- product addition in frontend improved `79 <https://github.com/ponyriders/django-amazon-price-monitor/issues/79>`__ (`PR104 <https://github.com/ponyriders/django-amazon-price-monitor/pull/104>`__)
- removed ``urlpatterns`` to please Django 1.10 deprecation
- added docker setup for development (`PR101 <https://github.com/ponyriders/django-amazon-price-monitor/pull/101>`__)
- list products with audience rating 18+ in notification mail if region is Germany and product is also 18+ `92 <https://github.com/ponyriders/django-amazon-price-monitor/issues/92>`__ (`PR93 <https://github.com/ponyriders/django-amazon-price-monitor/pull/93>`__)
**Bugfixes:**
- now catching parsing errors of returned XML from Amazon API `96 <https://github.com/ponyriders/django-amazon-price-monitor/issues/96>`__
- fixed date range of displayed prices in price graph `90 <https://github.com/ponyriders/django-amazon-price-monitor/issues/90>`__
- fixed display of old prices of price graph `97 <https://github.com/ponyriders/django-amazon-price-monitor/issues/97>`__
- updated to latest ``python-dateutil`` version, somehow refs `95 <https://github.com/ponyriders/django-amazon-price-monitor/issues/95>`__