From 2e1ddc4fab95691605df8e5d3270f3aa7d736ae4 Mon Sep 17 00:00:00 2001 From: LucasZF Date: Wed, 23 Jul 2025 11:28:49 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3f2d16fb..8573b9f0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ ### Fixes -- Fixed Sentry CLI executable path resolution that was causing iOS build script failures ([#5003](https://github.com/getsentry/sentry-react-native/pull/5003)) - Fix for `sentry-cli` path discovery not working on Android ([#5009](https://github.com/getsentry/sentry-react-native/pull/5009)) ### Features @@ -27,8 +26,18 @@ }); ``` +## 6.18.1 + +### Fixes + +- Fixed Sentry CLI executable path resolution that was causing iOS build script failures ([#5003](https://github.com/getsentry/sentry-react-native/pull/5003)) + ## 6.18.0 +> [!WARNING] +> This release contains an issue where Sentry-CLI may not be found on iOS builds if not defined by environment variable. +> See PR [#5003](github.com/getsentry/sentry-react-native/pull/5003) for more details. + ### Fixes - SDK now Builds when using PnPM ([#4977](https://github.com/getsentry/sentry-react-native/pull/4977))