CHANGELOG.md in mollie-api-ruby-4.7.1 vs CHANGELOG.md in mollie-api-ruby-4.14.0

- old
+ new

@@ -2,9 +2,59 @@ ### Changelog All notable changes to this project will be documented in this file. +## 4.14.0 - 2024-11-02 + + - (0876f2b) Add Payment Links API + - (9ab5e1b) Fix dependency warnings (#176) + - (87a6c9a) Update supported payment methods + - (afb6251) IMP-610: Use correct authorize URL + - (002708c) changelog_uri to gemspec + +## 4.13.0 - 2024-05-22 + + - (09489be) Add HTTP response details to RequestError + - (fe5d114) Add Terminals API + +## 4.12.0 - 2023-01-29 + + - (f180b47) Add support for idempotency keys + - (f0a47d1) Payment: add support for cancel_url + - (9db60b3) Order: add support for cancel_url + - (2f88990) Require non-empty ID when fetching a resource + +## 4.11.0 - 2022-03-01 + + - (1ef339e) Add Partner API + +## 4.10.0 - 2021-11-20 + +:warning: The `Profile#category_code` attribute is deprecated and will be removed in 2022. Please use the `business_category` parameter instead. + + - (f0e695c) Order: add methods to retrieve embedded resources + - (e16864c) Order: add class to create order payments + - (5175cd3) Profile: add `business_category` attribute + - (3d2e370) Payment: add `amount_charged_back` attribute + - (3d6b403) Fix assignment method for `amount_captured` + - (37280c3) Migrate from Travis CI to GitHub Actions + - (33bb6bb) Add example to update orderlines + - (c70dbf6) fix: orderline update returns incorrect class + - (ca5935d) Add example to retrieve all available payment methods + - (457b853) Add "List all payment methods" API + - (9d8eebc) Method: add status attribute (#147) + - (506d52e) fix: Include parent resource in pagination calls + - (7e3b98d) Fix onboarding dashboard URL. + +## 4.9.0 - 2020-05-17 + + - Settlement: add `captures` helper method. + +## 4.8.0 - 2020-05-12 + + - Implement API features and changes from the changelog up to and including Friday, April 3rd, 2020. + ## 4.7.1 - 2020-02-13 - Fix `Capture#shipment` API call. ## 4.7.0 - 2020-02-03