- Remove support for instance usage of Incognia::Api
- Remove invalid feedback types
- Remove support for sending feedback timestamp
- Add support for general configuration and use Incognia::Api as a static class
- Removes the requirement to send installation id to register signup, login and payment
- Add support to passing request_token and occurred_at to #register_feedback
- Remove #get_signup_assessment, because the endpoint was discontinued
- Fix datetime parcer to RFC3339 format
- Allow registering feedback with expires_at parameter
- Allow registering payments
- Specify dependencies version
- Rename main filename to match the gem name
- Allow optional params on #register_signup
- Add Reset feedback event
- Allow registering feedbacks
- Allow registering logins
- Allow registering signups without address
- Initial release