From f33330069a8e9aaadf3fcedee973d06d220bae23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:33:33 +0200 Subject: [PATCH] chore(deps): update Native SDK to v0.7.10 (#2344) Co-authored-by: GitHub --- CHANGELOG.md | 3 +++ flutter/scripts/update-native.sh | 0 flutter/sentry-native/CMakeCache.txt | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 flutter/scripts/update-native.sh 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