diff --git a/README.md b/README.md
index efdfec90..7568b391 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,18 @@ that can be used on Kotlin Multiplatform.
| watchOS |
- `watchosArm32`
- `watchosArm64`
- `watchosX64`
- `watchosSimulatorArm64`
|
| tvOS | - `tvosArm64`
- `tvosX64`
- `tvosSimulatorArm64`
|
+### Cocoa SDK Version Compatibility Table
+
+Every version of our Kotlin Multiplatform SDK is compiled with a specific version of the [Sentry Cocoa SDK](https://github.com/getsentry/sentry-cocoa/).
+Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table below to ensure the best compatibility and stability.
+
+| Kotlin Multiplatform SDK Version | Cocoa SDK Version |
+| -------------------------------- | ----------------- |
+| 0.6.0 | 8.25.0 |
+| 0.7.0, 0.7.1 | 8.26.0 |
+| 0.8.0, 0.9.0 | 8.36.0 |
+| 0.10.0 | 8.38.0 |
+
## Usage
For detailed usage, check out the [Kotlin Multiplatform Documentation](https://docs.sentry.io/platforms/kotlin-multiplatform/).