diff --git a/CHANGELOG.md b/CHANGELOG.md index c685603f23..1bcfa31848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ - Remove `IDisposable` from `SentryStructuredLogger`. Disposal is intended through the owning `IHub` instance. ([#4424](https://github.com/getsentry/sentry-dotnet/pull/4424)) - Ensure all buffered logs are sent to Sentry when the application terminates unexpectedly. ([#4425](https://github.com/getsentry/sentry-dotnet/pull/4425)) +### Dependencies + +- Bump Native SDK from v0.9.1 to v0.10.0 ([#4436](https://github.com/getsentry/sentry-dotnet/pull/4436)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0100) + - [diff](https://github.com/getsentry/sentry-native/compare/0.9.1...0.10.0) + ## 5.14.1 ### Fixes diff --git a/modules/sentry-native b/modules/sentry-native index a64d5bd8ee..b3320bb360 160000 --- a/modules/sentry-native +++ b/modules/sentry-native @@ -1 +1 @@ -Subproject commit a64d5bd8ee130f2cda196b6fa7d9b65bfa6d32e2 +Subproject commit b3320bb36003d4737d332158211811693cb0fbf1