Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.46 KB

CHANGES.md

File metadata and controls

41 lines (28 loc) · 1.46 KB

greenhouse_io changelog

This project follows semantic versioning. This changelog follows suggestions from keepachangelog.com.

Version 2.5.0

Released 2016-05-31. Contributed by @theshanx. Thanks! :)

Added

  • Added methods for retrieving offers for an application: current_offer_for_application and offers_for_application

Version 2.4.0

Released 2016-04-20. Contributed by @mariochavez -- thank you!

Added

  • Exposed link HTTP header in GreenhouseIo::Client.

Removed

  • Removed dependency on multi_json in favor of Ruby's json module.

Version 2.3.1

Released 2016-04-20. In retrospect, this should've been a minor version bump instead of a minor version since this added functionality, not a bug fix.

Added

  • Added method create_candidate_note. Thanks for contributing, @jleven!

Version 2.3.0

Released 2016-02-13.

Added
  • Added support for listing all scorecards belonging to an organization: all_scorecards. Thanks, @bcoppersmith!

Version 2.2.0

Released 2016-02-03.

Added
  • Added support for listing Offers and retrieving them by ID
  • Added support for filtering with job_id parameter
Changed
  • Upgraded dependencies: multi_json (now ~>1.11.2), and development gems
  • Added version dependency for httmultiparty: '~> 0.3.16'