Skip to content

Commit b2180a1

Browse files
committed
chore: update CHANGELOG.md for version 2.0.2 with migration to Swift and fixed misspelling
1 parent 66805a7 commit b2180a1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.2
2+
### Fixes
3+
- Migrate AppDelegate to Swift and remove Objective-C files
4+
([06b82a0](https://github.com/Iterable/react-native-sdk/commit/06b82a0))
5+
- Fixed misspelling ([bc2e84c](https://github.com/Iterable/react-native-sdk/commit/bc2e84c))
6+
17
## 2.0.1
28
- Added support for React Native New Architecture through interop. **WARNING**:
39
As support for the New Architecture is through interop, developers should use
@@ -241,4 +247,4 @@ To use this version of Iterable's React Native SDK, you'll need to update your n
241247
- At the end of the `onCreate` method, add this line of code:
242248
```java
243249
IterableApi.setContext(this);
244-
```
250+
```

0 commit comments

Comments
 (0)