python-authy Changelog
=======================

Here you can see the full list of changes between each python-authy release.

Version 2.2.6
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.5...v2.2.6)

 - [#49](https://github.com/authy/authy-python/pull/49): Remove simplejson as a dependency for python 2.6+

Version 2.2.5
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.4...v2.2.5)

 - [#45](https://github.com/authy/authy-python/pull/45): add registration status endpoint
 - [#47](https://github.com/authy/authy-python/pull/47): Remove reliance on sandbox API for testing, replace with mocks
 - [#44](https://github.com/authy/authy-python/pull/44): Update long_description for PyPI description integration

Version 2.2.4
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.3...v2.2.4)

 - [#43](https://github.com/authy/authy-python/pull/43): Add support for generating generic QR code

Version 2.2.3
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.2...v2.2.3)

 - [4369b12](https://github.com/twilio/authy-python/commit/e8b5856fb3657e2d67373e135642aa18db1e968a): Upgrade requests dependency version

Version 2.2.2
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.1...v2.2.2)

 - [#41](https://github.com/authy/authy-python/pull/41): Coerced token to string to allow for length comparison
 - [#40](https://github.com/authy/authy-python/pull/40): Fix duplicate in CHANGES

Version 2.2.1
--------------------
[Full Changelog](https://github.com/authy/authy-python/compare/v2.2.0...v2.2.1)

 - [#39](https://github.com/authy/authy-python/pull/39): Adds a release script for automating deployment to PyPI
 - [#36](https://github.com/authy/authy-python/pull/36): Add code_length support for phones.verification_start
 - [#24](https://github.com/authy/authy-python/pull/24): Add Python 3 to language classifiers in setup.py

Version 2.2.0
-------------

- Fixes OneTouch signature validation
- Now supports Travis CI so we can release more often 🎉

Version 2.1.5
-------------

- Added onetouch support.
- Request token via call

Version 2.1.4
-------------

- Added make target to run independent test files.

Version 2.1.3
-------------

- Supporting "locale" parameter for Phone Verification. Supported languages are 'en', 'es', 'pt', 'it', 'fr', 'de'.
- Move phone intelligence doc to its own section.
- Improvements to README.
- Updating copyright year.

Version 2.1.2
-------------

- Add Authy User-Agent to requests headers.
- Add method to get current library version.


Version 2.1.1
-------------

- Add support for delete user endpoint.
- Add method to verify if an SMS request was ignored.

Version 2.1.0
-------------

- Add support for fetching user status.
- Add support for start and check phone verification.
- Add support for get phone info.

Version 2.0.0
-------------

- Make use of requests dependency instead of httplib2.

Version 1.1.0
-------------

- Add support for fetching application details.
- Add support for fetching application statistics.

Version 1.0.0
-------------

- Force token verification by default

Version 0.0.4
-------------

- Improve error parsing

Version 0.0.3
-------------

- Bugfixes
- Allow to pass additional params to request_sms and verify token

VERSION 0.0.2
-------------

- Bugfixes
- Support for requesting sms tokens

Version 0.0.1
-------------

- Initial version
