Skip to content

Commit

Permalink
version bump 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iulian03 committed Jul 7, 2023
1 parent 6ff3eba commit 95f260c
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.15.0] - 2023-07-07
### Added

- Google Pay is now available as a payment method with Mangopay. This payment method is in private beta. Please contact support if you have any questions.
- Paypal integration with Mangopay has been improved. This payment method is in private beta. Please contact support if you have any questions.

### Fixed

- `Phone` parameter instead of `PhoneNumber` for MBWay
- Timeout should be in secondes instead of milliseconds in the configuration
## [3.14.0] - 2023-06-21
### 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.14.0'
VERSION = '3.15.0'
end

0 comments on commit 95f260c

Please sign in to comment.