Skip to content

Commit 48b76c4

Browse files
MSZMSZ
authored andcommitted
V.2.33.0
1 parent 34dc98a commit 48b76c4

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## 2.33.0 - 2022-1-12
10+
### Fixed
11+
- `connectDidDismiss` delegate func called after close button tapped from the connect layer.
12+
813
## 2.32.0 - 2021-12-21
914
### Changed
1015
- In `BankWireBeneficiary` the `RoutingNumbers` array to be one `routingNumber` string

DapiConnect.framework/Assets.car

0 Bytes
Binary file not shown.

DapiConnect.framework/DapiConnect

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

DapiSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DapiSDK'
3-
s.version = '2.32.0'
3+
s.version = '2.33.0'
44
s.summary = 'Financial APIs to connect users bank accounts.'
55
s.homepage = 'https://dapi.com'
66
s.author = { 'Dapi' => 'hello@dapi.co' }

0 commit comments

Comments
 (0)