Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 516 Bytes

CHANGELOG.md

File metadata and controls

9 lines (9 loc) · 516 Bytes

0.8.0

  • [Feature] Added support for SubscriptionItem
  • [Deps] Added support for elixir 1.5

0.7.1

  • [Dependancy] Updated Poison dep to support 3.0

0.7.0

  • [Enhancement] Added ability to verify signed Stripe Webhook payloads via Stripe.Webhook.construct_event/4. (Thank you @jayjun)
  • [Enhancement] Added ability to generate a Connect oauth url via Stripe.Connect.authorize_url/1.
  • [Modification] Missing secret_key will now raise Stripe.AuthenticationError error instead of MissingSecretKeyError.