Changed - Added support for Python 3.11 and Django 4.2
1.5.0
Changed - Updated the twilio-python dependency to allow >=6.0.0 and <8.0.0
1.4.0
Removed - Removed chaining support (it was not documented) Added - Added support for python 3.7-3.9 - Added support for Django 3.0 and 3.
1.3.0
Fixed - issue at twilio engine when receiver already exists for a given number (note: this is backward incompatibility change as we now store only the newest `PhoneReceiver` for a given number - previously trying to parse would just fail)