All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[1.0.0] - Unreleased

Added

Fixed

  • RecurringPayments.sweep/4 posted to the wrong path (/recurring-payments/{id}/payments instead of the correct /recurring-payments/{id}/pay).
  • Removed an explicit :castore dependency override that forced its mix certdata build task to compile, which fails on Erlang/OTP installations missing the public_key application's include/ headers - notably common on Windows. The HTTP stack now relies on :public_key.cacerts_get/0 (built into OTP 25+) for CA certificates instead, which is more portable.