diff --git a/packages/expo-sms/CHANGELOG.md b/packages/expo-sms/CHANGELOG.md index 6a294c6841ff4..9fe6d0a01aab7 100644 --- a/packages/expo-sms/CHANGELOG.md +++ b/packages/expo-sms/CHANGELOG.md @@ -6,4 +6,6 @@ ### 🎉 New features +- Add `attachmentData` as an optional parameter to `sendSMSAsync`. It can be used to provide an image along with the recipients and message arguments. ([#7967](https://github.com/expo/expo/pull/7967) by [@thorbenprimke](https://github.com/thorbenprimke)) + ### 🐛 Bug fixes