From 9f7f412cfbb45b82889c1765e137d03ba2641693 Mon Sep 17 00:00:00 2001 From: Expo CI Date: Tue, 8 Aug 2023 13:19:03 +0000 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b173a36f..6787ddea7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ This is the log of notable changes to EAS CLI and related packages. ### ๐ŸŽ‰ New features -- Pass credentials to custom iOS builds. ([#1989](https://github.com/expo/eas-cli/pull/1989) by [@szdziedzic](https://github.com/szdziedzic)) -- Add the `withoutCredentials` option as a common build profile field in `eas.json`. ([#1994](https://github.com/expo/eas-cli/pull/1994) by [@szdziedzic](https://github.com/szdziedzic)) - ### ๐Ÿ› Bug fixes ### ๐Ÿงน Chores +## [4.1.0](https://github.com/expo/eas-cli/releases/tag/v4.1.0) - 2023-08-08 + +### ๐ŸŽ‰ New features + +- Pass credentials to custom iOS builds. ([#1989](https://github.com/expo/eas-cli/pull/1989) by [@szdziedzic](https://github.com/szdziedzic)) +- Add the `withoutCredentials` option as a common build profile field in `eas.json`. ([#1994](https://github.com/expo/eas-cli/pull/1994) by [@szdziedzic](https://github.com/szdziedzic)) + ## [4.0.1](https://github.com/expo/eas-cli/releases/tag/v4.0.1) - 2023-08-08 ### ๐Ÿ› Bug fixes