diff --git a/docs/react-native/docs/release-notes.md b/docs/react-native/docs/release-notes.md index 9b94f264..85195b37 100644 --- a/docs/react-native/docs/release-notes.md +++ b/docs/react-native/docs/release-notes.md @@ -5,6 +5,10 @@ next: /react-native/docs/usage previous: /react-native/docs/installation --- +## 3.0.4 +- **[Android]**: Fixes an issue with buildtools to support gradle plugin 4.2+ (Fixes [#211](https://github.com/invertase/notifee/issues/211)) +- **[iOS]**: Fixes an issue that was introduced in the previous patch when calling `setBadgeCount` with 0 (Fixes [#212](https://github.com/invertase/notifee/issues/212)) + ## 3.0.3 - **[iOS]**: Fix iOS API availability guards, and all compile warnings (Fixes [#204](https://github.com/invertase/notifee/issues/204))