Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 755 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 755 Bytes

Changelog

1.1.1 / 2019-08-31

  • Update Addressable gem (0c9368e)
  • Update development dependencies

1.1.0 / 2019-05-01

  • Add Webmention::Verification.client method
  • Rename base Error class to WebmentionVerificationError (0eb3a9a)
  • Add HttpRequest class (c7602c9)

1.0.0 / 2019-04-25

  • Use pre-release HTTP gem (see @httprb/http#489) (bdcfdad)
  • Refactor verifiers (7eef7bd, 55eb17e, bcdf3b4)
  • Refactor Client#response exception handling (29afcb0)
  • Rename errors to exceptions (2bca96b)
  • Spec cleanup (4b84f16, 4940e9c)

0.1.2 / 2019-01-03

  • Expand supported Ruby versions to include 2.6 (1d61fea)

0.1.1 / 2018-11-11

  • Liberalize gemspec dependency constraints (063c7f1)

0.1.0 / 2018-07-11

  • Initial release!