- drop python2 support
- add bearer token support
- pingdom returns verify_certificate instead of encryption for the check-ssl key However update api call only accepts encryption and will error with verify_certificate, so we replace verify_certificate with encryption in the returned check. #78
- Sanitize the data passed to PUT /checks/{check_id} by stripping the 'verify_certificate' parameter for non-http checks.
- added changelog
- switched legacy, unsupported maintenance window getter to supported rest api method