diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6454d833..f87a21fea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,9 +33,9 @@ - Bump Cocoa SDK from v8.6.0 to v8.7.1 ([#2359](https://github.com/getsentry/sentry-dotnet/pull/2359), [#2370](https://github.com/getsentry/sentry-dotnet/pull/2370)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#871) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.6.0...8.7.1) -- Bump Java SDK from v6.18.1 to v6.19.0 ([#2374](https://github.com/getsentry/sentry-dotnet/pull/2374)) - - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6190) - - [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.0) +- Bump Java SDK from v6.18.1 to v6.19.1 ([#2374](https://github.com/getsentry/sentry-dotnet/pull/2374), [#2381](https://github.com/getsentry/sentry-dotnet/pull/2381)) + - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6191) + - [diff](https://github.com/getsentry/sentry-java/compare/6.18.1...6.19.1) - Bump Cocoa SDK from v8.6.0 to v8.7.2 ([#2359](https://github.com/getsentry/sentry-dotnet/pull/2359), [#2370](https://github.com/getsentry/sentry-dotnet/pull/2370), [#2375](https://github.com/getsentry/sentry-dotnet/pull/2375)) - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#872) - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.6.0...8.7.2) diff --git a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj index 134afaf31a..a606510870 100644 --- a/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj +++ b/src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj @@ -3,7 +3,7 @@ net6.0-android $(NoWarn);BG8605;BG8606 - 6.19.0 + 6.19.1 $(BaseIntermediateOutputPath)sdks\Sentry\Android\$(SentryAndroidSdkVersion)\ .NET Bindings for the Sentry Android SDK