Breaking Changes:
- Upgrades Faraday dependency to 2.9 which makes it compatible with Ruby 3.x However, Faraday does not support Ruby 2.x on this version. (#30)
Breaking Changes:
- Removes HelpScout::Configuration#access_token and writer to avoid multiple sources of truth for access token values (#14)
Enhancements:
- Adds support for
HelpScout::Thread.create
,HelpScout::Thread.get
, andHelpScout::Thread#update
(Justin White, #13)
Breaking Changes:
- Drops support for the Mailbox 1.0 API (#2)
Enhancements:
- Updated to support the Mailbox 2.0 API (#2)