diff --git a/CHANGELOG.md b/CHANGELOG.md index aad29998..afca25ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ [Migration Guides](https://github.com/urbanairship/react-native-airship/blob/main/MIGRATION.md) [All Releases](https://github.com/urbanairship/react-native-airship/releases) +## Version 25.1.0 - August 27, 2025 +Minor release that updates the Android SDK to 19.11.0 and the iOS SDK to 19.8.3 + +### Changes +- Updated Android SDK to [19.11.0](https://github.com/urbanairship/android-library/releases/tag/19.11.0) +- Updated iOS SDK to [19.8.3](https://github.com/urbanairship/ios-library/releases/tag/19.8.3) +- Fixed possible crash when dismissing a Message Center view. + ## Version 25.0.0 - August 21, 2025 Major release to support React Native 0.81. diff --git a/android/gradle.properties b/android/gradle.properties index b172c173..e3e464a0 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -3,4 +3,4 @@ Airship_minSdkVersion=23 Airship_targetSdkVersion=36 Airship_compileSdkVersion=36 Airship_ndkversion=26.1.10909125 -Airship_airshipProxyVersion=14.6.1 +Airship_airshipProxyVersion=14.7.0 diff --git a/ios/AirshipReactNative.swift b/ios/AirshipReactNative.swift index 05df8122..c3145276 100644 --- a/ios/AirshipReactNative.swift +++ b/ios/AirshipReactNative.swift @@ -39,7 +39,7 @@ public class AirshipReactNative: NSObject { AirshipProxy.shared } - public static let version: String = "25.0.0" + public static let version: String = "25.1.0" private let eventNotifier = EventNotifier() diff --git a/package.json b/package.json index 8e4cb566..2c4e66c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ua/react-native-airship", - "version": "25.0.0", + "version": "25.1.0", "description": "Airship plugin for React Native apps.", "source": "./src/index.tsx", "main": "./lib/module/index.js", diff --git a/react-native-airship.podspec b/react-native-airship.podspec index 5691d749..400feca2 100644 --- a/react-native-airship.podspec +++ b/react-native-airship.podspec @@ -18,5 +18,5 @@ Pod::Spec.new do |s| install_modules_dependencies(s) - s.dependency "AirshipFrameworkProxy", "14.6.1" + s.dependency "AirshipFrameworkProxy", "14.7.0" end