Skip to content

Commit 8ae3889

Browse files
committed
chore: update CHANGELOG.md
1 parent 6df9e79 commit 8ae3889

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
## 2.2.0-alpha.1
22

3+
### Updates
4+
* [SDK-149] Added logout functionality
5+
36
### Fixes
4-
* [SDK-151] cannot-read-property-authtoken-of-undefined by @lposen in https://github.com/Iterable/react-native-sdk/pull/779
5-
* [SDK-181] update ios/android sdk versions by @lposen in https://github.com/Iterable/react-native-sdk/pull/780
6-
* [SDK-149] add-logout-functionality by @lposen in https://github.com/Iterable/react-native-sdk/pull/781
7+
* [SDK-151] Fixed "cannot read property authtoken of undefined" error
8+
79

810
## 2.2.0-alpha.0
911

1012
### Updates
11-
- Updated Android SDK version to [3.6.1](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.6.1)
12-
- Updated iOS SDK version to [6.6.1](https://github.com/Iterable/swift-sdk/releases/tag/6.6.1)
13+
- Updated Android SDK version to [3.6.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.6.2)
14+
- Updated iOS SDK version to [6.6.3](https://github.com/Iterable/swift-sdk/releases/tag/6.6.3)
1315
- Added JWT Capabilities:
1416
- Added `Iterable.authhManager`, which manages the authentication flow
1517
- Added `IterableRetryBackoff` and `IterableAuthFailureReason` enums
@@ -20,17 +22,13 @@
2022
### Fixes
2123
- Created a standalone `IterableLogger` to avoid circular dependencies
2224

23-
##2.1.0
25+
## 2.1.0
2426
### Updates
2527
* SDK is now compatible with both New Architecture and Legacy Architecture. Fix
2628
for #691, #602, #563.
2729

2830
### Fixes
29-
* Dependencies update
30-
31-
## 2.1.0
32-
33-
### Fixes
31+
- Dependencies update
3432
- Update SDK so that it has full support for [React Native New Architecture](https://reactnative.dev/architecture/landing-page)
3533
- Add Temporary fix for circular paths, which break expo ([9c09743](https://github.com/Iterable/react-native-sdk/commit/9c09743))
3634

0 commit comments

Comments
 (0)