Skip to content

Commit

Permalink
Update binaries and CHANGELOG.md for version 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pinwheel-it-svc committed Jan 2, 2024
1 parent b118392 commit e916aec
Show file tree
Hide file tree
Showing 16 changed files with 2,848 additions and 1,014 deletions.
24 changes: 5 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,17 @@

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

## 3.0.x Releases

- `3.0.x` Releases - [3.0.0](#300)
## 2.4.x Releases

### [3.0.0](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.0.0)
- `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)

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

This new major version bump introduces an updated API to support partner-based switches.

*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).*

#### Changed
- The `action` field in `input_allocation` event is now optional.
- The `params` field in the `success` event uses the `input_allocation` schema with fields `action` and `allocation`.

#### Removed
- Removed `input_amount` event.


## 2.4.x Releases
#### Notes

- `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)
- Internal contract changes to standardize UI.

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

#### Notes
Expand Down
2 changes: 1 addition & 1 deletion PinwheelSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PinwheelSDK'
s.version = '3.0.0'
s.version = '2.4.6'
s.summary = 'Pinwheel iOS SDK'
s.swift_version = '5.0'

Expand Down
Loading

0 comments on commit e916aec

Please sign in to comment.