Skip to content

Commit e7deb3d

Browse files
committed
chore: update CHANGELOG.md for 2.2.0-alpha.0 release
1 parent d7f81c0 commit e7deb3d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1+
## 2.2.0-alpha.0 (2025-10-21)
2+
3+
### Updates
4+
- Updated Android SDK version to [3.6.1](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.6.1)
5+
- Updated iOS SDK version to [6.6.1](https://github.com/Iterable/swift-sdk/releases/tag/6.6.1)
6+
- Added JWT Capabilities:
7+
- Added `Iterable.authhManager`, which manages the authentication flow
8+
- Added `IterableRetryBackoff` and `IterableAuthFailureReason` enums
9+
- Added `onJWTError` and `retryPolicy` for control over JWT flow
10+
- Moved all native calls to `IterableApi.ts`
11+
- Added JWT example to our example app
12+
13+
### Fixes
14+
- Created a standalone `IterableLogger` to avoid circular dependencies
15+
116
## 2.1.0-beta.1
217

3-
## Fixes
18+
### Fixes
419
- Add Temporary fix for circular paths, which break expo ([9c09743](https://github.com/Iterable/react-native-sdk/commit/9c09743))
520

621
## 2.1.0-beta.0

0 commit comments

Comments
 (0)