From dc8e5b07ec9834417a77718de5fbe698e9865ef8 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Tue, 29 Oct 2024 10:16:55 +0200 Subject: [PATCH] version bump 3.27.0 --- CHANGELOG.md | 10 ++++++++++ lib/mangopay/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff2851..540642e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [3.27.0] - 2024-10-29 +### Added + +New endpoints for The Virtual Account object: +- [Create a Virtual Account]() +- [Deactivate a Virtual Account]() +- [View a Virtual Account]() +- [List Virtual Accounts for a Wallet]() +- [View Client Availabilities]() + ## [3.26.1] - 2024-10-03 ### Fixed diff --git a/lib/mangopay/version.rb b/lib/mangopay/version.rb index e7e4a75..9ec6d03 100644 --- a/lib/mangopay/version.rb +++ b/lib/mangopay/version.rb @@ -1,3 +1,3 @@ module MangoPay - VERSION = '3.26.1' + VERSION = '3.27.0' end