diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae9e3cfb3..a9833608df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,9 @@ Navigator.push( - Bump Android SDK from v7.14.0 to v7.15.0 ([#2342](https://github.com/getsentry/sentry-dart/pull/2342)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7150) - [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.15.0) +- Bump Native SDK from v0.7.8 to v0.7.10 ([#2344](https://github.com/getsentry/sentry-dart/pull/2344)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0710) + - [diff](https://github.com/getsentry/sentry-native/compare/0.7.8...0.7.10) ## 8.9.0 diff --git a/flutter/scripts/update-native.sh b/flutter/scripts/update-native.sh old mode 100644 new mode 100755 diff --git a/flutter/sentry-native/CMakeCache.txt b/flutter/sentry-native/CMakeCache.txt index 6e747be3f6..8078e04a57 100644 --- a/flutter/sentry-native/CMakeCache.txt +++ b/flutter/sentry-native/CMakeCache.txt @@ -2,4 +2,4 @@ # Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies. repo=https://github.com/getsentry/sentry-native -version=0.7.8 +version=0.7.10