Skip to content

Commit e916aec

Browse files
Update binaries and CHANGELOG.md for version 2.4.6
1 parent b118392 commit e916aec

File tree

16 files changed

+2848
-1014
lines changed

16 files changed

+2848
-1014
lines changed

CHANGELOG.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## 3.0.x Releases
6-
7-
- `3.0.x` Releases - [3.0.0](#300)
5+
## 2.4.x Releases
86

9-
### [3.0.0](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.0.0)
7+
- `2.4.x` Releases - [2.4.0](#240) | [2.4.1](#241) | [2.4.2](#242) | [2.4.3](#243) | [2.4.4](#244) | [2.4.5](#245) | [2.4.6](#246)
108

119
---
10+
### [2.4.6](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/2.4.6)
1211

13-
This new major version bump introduces an updated API to support partner-based switches.
14-
15-
*Deprecated events have been removed and we have updated the success event to match the current standard switch schema (used in the `direct_deposit_switch.added` webhook and the `input_allocation` event).*
16-
17-
#### Changed
18-
- The `action` field in `input_allocation` event is now optional.
19-
- The `params` field in the `success` event uses the `input_allocation` schema with fields `action` and `allocation`.
20-
21-
#### Removed
22-
- Removed `input_amount` event.
23-
24-
25-
## 2.4.x Releases
12+
#### Notes
2613

27-
- `2.4.x` Releases - [2.4.0](#240) | [2.4.1](#241) | [2.4.2](#242) | [2.4.3](#243) | [2.4.4](#244) | [2.4.5](#245)
14+
- Internal contract changes to standardize UI.
2815

29-
---
3016
### [2.4.5](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/2.4.5)
3117

3218
#### Notes

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

0 commit comments

Comments
 (0)