diff --git a/docs-react-native/react-native/docs/release-notes.md b/docs-react-native/react-native/docs/release-notes.md
index d430614d..92a4d003 100644
--- a/docs-react-native/react-native/docs/release-notes.md
+++ b/docs-react-native/react-native/docs/release-notes.md
@@ -5,6 +5,13 @@ next: /react-native/docs/usage
previous: /react-native/docs/installation
---
+## 9.1.3
+
+- fix(android): fix(android): preserve new-arch classnames used in backwards-compat logic (#1149 special credit to @mbpictures)
+
+This fixes Notifee when used in react-native 0.76 in new architecture + release mode when
+used in an android background headlessJS context
+
## 9.1.2
This the minimum version that supports upcoming react-native 0.76 by default.
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml
index ae8713b7..e3beab4d 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml
@@ -8,6 +8,6 @@
202108261754
- 20241018211144
+ 20241125190926
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5
index 4ecc1637..b99e2c2b 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.md5
@@ -1 +1 @@
-f05f50a53f1a5346ec5a299160a14d84
\ No newline at end of file
+ae74347432a07e6a9ee1d01a9eac6d96
\ No newline at end of file
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1
index 76114b14..6b9a55db 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha1
@@ -1 +1 @@
-8f1b5059a52f2018685750b60aa75c3e5d437266
\ No newline at end of file
+6f131d40bfe1ee11658fac7872d5deb3727489e7
\ No newline at end of file
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256
index 7b2e7396..d78888bf 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha256
@@ -1 +1 @@
-22aabb015108da8d1b2dcad31e9aeb175a32fce1357b009ca2f853fd143a74f9
\ No newline at end of file
+84566c423244803746e3e587315008ac648870d455b76f9e40ff101c06d1bbf0
\ No newline at end of file
diff --git a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512 b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512
index 79cbf265..14d340a7 100644
--- a/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512
+++ b/packages/react-native/android/libs/app/notifee/core/maven-metadata.xml.sha512
@@ -1 +1 @@
-c704623ec8370dec6246288f77838edd6422bf13b5e2e97a776e301705945930cf62e58ec0e276fc6d8ec8c1a7be2a28b9af34bcc5683937a50e49a287c6b912
\ No newline at end of file
+02557115e51dee9b8f4cbed8426144f916e157be41b38b302a537f492cab0a9245a60965286ba0b7350f01ad0d3e7398b4da058ce367befd0f3c289a0dbe2ebe
\ No newline at end of file
diff --git a/packages/react-native/package.json b/packages/react-native/package.json
index 6957de18..0a608895 100644
--- a/packages/react-native/package.json
+++ b/packages/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@notifee/react-native",
- "version": "9.1.2",
+ "version": "9.1.3",
"author": "Invertase (http://invertase.io)",
"description": "Notifee - a feature rich notifications library for React Native.",
"main": "dist/index.js",