Skip to content

Commit

Permalink
Version Bump 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Mar 31, 2022
1 parent 6fe7504 commit 385eea5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.9.0] - 2022.03.31
### Added

#### Instant payment eligibility check

With the function
`PayOut::InstantPayoutEligibility::Reachability.create(params)`
the destination bank reachability can now be verified prior to making an instant payout. This results in a better user experience, as this preliminary check will allow the platform to propose the instant payout option only to end users whose bank is eligible.

## [3.8.0] - 2021.10.20
## Added

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.8.0'
VERSION = '3.9.0'
end

0 comments on commit 385eea5

Please sign in to comment.