Skip to content

Commit 9be389c

Browse files
Update binaries and CHANGELOG.md for version 3.4.1
1 parent 8b144b6 commit 9be389c

File tree

7 files changed

+11
-5
lines changed

7 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
## 3.x Releases
66

7-
- `3.2.x` Releases - [3.2.0](#320) | [3.2.1](#321) | [3.2.2](#322) | [3.2.3](#323) | [3.3.0](#330) | [3.3.1](#331) | [3.3.2](#332) | [3.4.0](#340)
7+
- `3.2.x` Releases - [3.2.0](#320) | [3.2.1](#321) | [3.2.2](#322) | [3.2.3](#323) | [3.3.0](#330) | [3.3.1](#331) | [3.3.2](#332) | [3.4.0](#340) | [3.4.1](#341)
88

99
---
1010

11+
### [3.4.1](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.4.1)
12+
13+
- Fixes exit bug for Bill Switch products.
14+
- Cosmetic enhacements for Bill Switch products.
15+
1116
### [3.4.0](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.4.0)
1217

1318
#### Notes
1419

20+
- **This version contains a bug that prevents user exit from Bill Switch products. Payroll-enabled products (Deposit Switch, Verify, etc.) are unaffected and working normally.**
1521
- Added support for additional Bill Navigator events.
1622

1723
### [3.3.2](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.3.2)

PinwheelSDK.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 = 'PinwheelSDK'
3-
s.version = '3.4.0'
3+
s.version = '3.4.1'
44
s.summary = 'Pinwheel iOS SDK'
55
s.swift_version = '5.0'
66

PinwheelSDK.xcframework/ios-arm64/PinwheelSDK.framework/Modules/PinwheelSDK.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13316,7 +13316,7 @@
1331613316
"kind": "StringLiteral",
1331713317
"offset": 113,
1331813318
"length": 7,
13319-
"value": "\"3.4.0\""
13319+
"value": "\"3.4.1\""
1332013320
},
1332113321
{
1332213322
"filePath": "\/Users\/distiller\/project\/Sources\/PinwheelSDK\/Classes\/Events\/PinwheelEventType.swift",
Binary file not shown.

PinwheelSDK.xcframework/ios-arm64_x86_64-simulator/PinwheelSDK.framework/Modules/PinwheelSDK.swiftmodule/arm64-apple-ios-simulator.abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13316,7 +13316,7 @@
1331613316
"kind": "StringLiteral",
1331713317
"offset": 113,
1331813318
"length": 7,
13319-
"value": "\"3.4.0\""
13319+
"value": "\"3.4.1\""
1332013320
},
1332113321
{
1332213322
"filePath": "\/Users\/distiller\/project\/Sources\/PinwheelSDK\/Classes\/Events\/PinwheelEventType.swift",

PinwheelSDK.xcframework/ios-arm64_x86_64-simulator/PinwheelSDK.framework/Modules/PinwheelSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13316,7 +13316,7 @@
1331613316
"kind": "StringLiteral",
1331713317
"offset": 113,
1331813318
"length": 7,
13319-
"value": "\"3.4.0\""
13319+
"value": "\"3.4.1\""
1332013320
},
1332113321
{
1332213322
"filePath": "\/Users\/distiller\/project\/Sources\/PinwheelSDK\/Classes\/Events\/PinwheelEventType.swift",
Binary file not shown.

0 commit comments

Comments
 (0)