Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1008 Bytes

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 1008 Bytes

master (unreleased)

3.0.0 / 2024-03-14

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)

2.0.0 / 2019-07-19

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, and HelpScout::Thread#update (Justin White, #13)

1.1.0 / 2019-06-20

1.0.2 / 2019-06-07

1.0.1 / 2019-06-07

1.0.0 / 2019-06-05

Breaking Changes:

  • Drops support for the Mailbox 1.0 API (#2)

Enhancements:

  • Updated to support the Mailbox 2.0 API (#2)