- Update Henson version requirement to allow versions less than 3.0
0.8.0
=============
Released 2020-02-05
- Add support for ``AMQP_PREFETCH_COUNT`` and ``AMQP_PREFETCH_SIZE``
0.7.0
=============
Released 2019-02-20
- Allow callers of ``Producer.send`` to specify an exchange name
0.6.0
=============
Released 2018-06-25
- Support both ``int`` values and existing ``henson_amqp.DeliveryMode`` ``enums`` for the ``AMQP_DELIVERY_MODE`` setting - Stop declaring the exchange with every message sent
0.5.0
=============
Released 2016-06-24
- Support passing ``arguments`` to inbound and outbound exchange declaration
0.4.0
=============
Released 2016-04-27
- Allow callers of ``Producer.send`` to specify a routing key