We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0069909 commit 2a69b36Copy full SHA for 2a69b36
CHANGELOG.md
@@ -6,6 +6,12 @@
6
7
- Fix feature flag model keys ([#2943](https://github.com/getsentry/sentry-dart/pull/2943))
8
9
+### Dependencies
10
+
11
+- Bump Native SDK from v0.8.4 to v0.8.5 ([#2945](https://github.com/getsentry/sentry-dart/pull/2945))
12
+ - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#085)
13
+ - [diff](https://github.com/getsentry/sentry-native/compare/0.8.4...0.8.5)
14
15
## 9.0.0-RC
16
17
### Various fixes & improvements
flutter/sentry-native/CMakeCache.txt
@@ -2,4 +2,4 @@
2
# Basically, this is a properties file we use both in CMake and update-deps.yml to update dependencies.
3
4
repo=https://github.com/getsentry/sentry-native
5
-version=0.8.4
+version=0.8.5
0 commit comments