Skip to content

Commit d9ff02e

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-native.sh to 0.8.1
1 parent cc80043 commit d9ff02e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Pass missing `captureFailedRequests` param to `FailedRequestInterceptor` ([#2744](https://github.com/getsentry/sentry-dart/pull/2744))
88

9+
### Dependencies
10+
11+
- Bump Native SDK from v0.7.20 to v0.8.1 ([#2761](https://github.com/getsentry/sentry-dart/pull/2761))
12+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#081)
13+
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.20...0.8.1)
14+
915
## 8.14.0-beta.1
1016

1117
### Behavioral changes

flutter/sentry-native/CMakeCache.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies.
33

44
repo=https://github.com/getsentry/sentry-native
5-
version=0.7.20
5+
version=0.8.1

0 commit comments

Comments
 (0)