Skip to content

Commit

Permalink
version bump 3.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Masar committed Nov 15, 2024
1 parent cf3d321 commit b2a030a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.28.0] - 2024-11-15
### Added

New endpoint for [The TWINT PayIn object](https://docs.mangopay.com/api-reference/twint/twint-payin-object#the-twint-payin-object):
- [Create a TWINT PayIn](https://docs.mangopay.com/api-reference/twint/create-twint-payin)
- [View a PayIn (TWINT)](https://docs.mangopay.com/api-reference/twint/view-payin-twint)

New endpoint for [The Swish PayIn object](https://docs.mangopay.com/api-reference/swish/swish-payin-object):
- [Create a Swish PayIn](https://docs.mangopay.com/api-reference/swish/create-swish-payin)
- [View a PayIn (Swish)](https://docs.mangopay.com/api-reference/swish/view-payin-swish)

## [3.27.0] - 2024-10-29
### 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.27.0'
VERSION = '3.28.0'
end

0 comments on commit b2a030a

Please sign in to comment.