Skip to content

Commit

Permalink
version bump 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iulian03 committed Nov 16, 2022
1 parent fb1df95 commit 5bfa5aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.12.0] - 2022-11-16
### New 30-day preauthorization feature

Preauthorizations can now hold funds for up to 30 days, therefore ensuring the solvency of a registered card for the same amount of time.

- The **Deposit** service has been added with methods for creating, fetching and canceling a deposit
- The **create_pre_authorized_deposit_pay_in** method has been added to the PayIn service

Thanks to 30-day preauthorizations, MANGOPAY can provide a simpler and more flexible payment experience for a wide range of use cases, especially for rentals.

## [3.11.1] - 2022-10-18
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion lib/mangopay/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MangoPay
VERSION = '3.11.1'
VERSION = '3.12.0'
end

0 comments on commit 5bfa5aa

Please sign in to comment.