Skip to content

Commit

Permalink
Release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justincase committed Nov 20, 2021
1 parent f0e695c commit 62826c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

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

## 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.
Expand Down
2 changes: 1 addition & 1 deletion lib/mollie/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mollie
VERSION = '4.9.0'.freeze
VERSION = '4.10.0'.freeze
end

0 comments on commit 62826c5

Please sign in to comment.