6.0.0

- Removed the create_event method for Telebureau.

5.0.1

- Fix missing runtime dependency.

5.0.0

- Added support for Intelligence Cloud to use new endpoint.
- Removed Legacy PID Score.

4.0.0

- Added full support for App Verify API.

3.0.0

- Added full support for latest version of Phone ID via POST requests.
- Removed Legacy PID Contact.
- Removed Legacy PID Number Deactivation.

2.6.0

- Added method to update verification process.
- Added method to retrieve verification process.
- Added unit test for update verification process.
- Added unit test for retrieve verification process.

2.5.0

- Added tracking to request

2.4.0

- Added new method to send requests to Telesign Messaging.
- Added new method to send requests to the Telesign Verify API.
- Added new assert unit test for requests to Telesign Messaging.
- Added new assert unit test for requests to the Telesign Verify API.

2.3.1

- Removed VERIFY_PUSH_RESOURCE variable in VerifyClient class.

2.3.0

- Removed push method in VerifyClient class

2.2.2

- Permits use of net-http-persistent 4.x.x

2.2.1
- Prepare to publish to gem

2.2.0
- Added support for phoneid addons and json content-type

2.1.2
- Added completion endpoint to VerifyClient

2.1.1

- bumped telesign version to include fix

2.1.0

- updated and improved README
- secret_key refactored to api_key to align with docs and portal
- api_host is now known as rest_endpoint to align with docs and portal

2.0.0

- Major refactor and simplification into generic REST client.
- API parameters are now passed as kwargs to endpoint handlers.
- UserAgent is now set to track client usage and help debug issues.
- generate_telesign_headers is now static and easily extracted from the SDK if
  custom behavior/implementation is required.

1.0.2

- Fixed gem imports
- Added number_deactivation and telebureau create, retrieve and delete endpoints.

1.0.0

- Initial version supporting commonly used Telesign endpoints.
