4.0.1

- Fix missing runtime dependency.

4.0.0

- Added support for Intelligence Cloud to use new endpoint

3.0.0

- Removed App Verify SDK

2.4.0

- Added support for PATCH requests and Basic auth

2.3.1

- Fixed logic code to add dependency version in user-agent value

2.3.0

- Added tracking to request

2.2.5

- Update comments in both methods of messaging.rb class
- Add a comment in RELEASE file

2.2.4

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

2.2.2

- Fixed issue handling empty parameters for application/json content-type

2.2.1

- Added support for application/json content-type

2.2.0

- renamed Auto Verify to App Verify

2.1.2

- changed generate_telesign_headers to use string hash keys to support ruby 2.2

2.1.1

- fixed issue renaming api_host to rest_endpoint

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
- various doc string updates and fixes
- added travis CI, codecov coverage and additional unit tests

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.
- Now using net/http/persistent to take advantage of http connection pooling for performance,
  thread safety and graceful reconnects

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.
