diff --git a/CHANGELOG.md b/CHANGELOG.md index 25109a8319..8cb03fff5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ - Search for feature flags that are prefixed with `flutter:*` - This works on Flutter builds that include [this PR](https://github.com/flutter/flutter/pull/171545) +### Dependencies + +- Bump Native SDK from v0.9.0 to v0.9.1 ([#3018](https://github.com/getsentry/sentry-dart/pull/3018)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#091) + - [diff](https://github.com/getsentry/sentry-native/compare/0.9.0...0.9.1) + ## 9.4.1 ### Fixes diff --git a/flutter/sentry-native/CMakeCache.txt b/flutter/sentry-native/CMakeCache.txt index d431f05576..a2019d54b7 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.9.0 +version=0.9.1