Skip to content

Commit f649ee0

Browse files
authored
Merge branch 'main' into revert-936-fix/dup-crumbs-android
2 parents 392f858 + 5c37707 commit f649ee0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66

77
* Maps with Key Object, Object would fail during serialization if not String, Object ([#935](https://github.com/getsentry/sentry-dart/pull/935))
88

9+
### Features
10+
11+
- Bump Android SDK to v6.2.1 ([#945](https://github.com/getsentry/sentry-dart/pull/945))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#621)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.2.1)
14+
- Bump Cocoa SDK to v7.21.0 ([#947](https://github.com/getsentry/sentry-dart/pull/947))
15+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210)
16+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.19.0...7.21.0)
17+
918
## 6.6.3
1019

1120
### Fixes

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

5656
dependencies {
57-
api 'io.sentry:sentry-android:6.1.4'
57+
api 'io.sentry:sentry-android:6.2.1'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

flutter/ios/sentry_flutter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212
:tag => s.version.to_s }
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
15-
s.dependency 'Sentry', '~> 7.19.0'
15+
s.dependency 'Sentry', '~> 7.21.0'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '9.0'

0 commit comments

Comments
 (0)