diff --git a/CHANGELOG.md b/CHANGELOG.md index b089ff6..74a8af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.7.0](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/4.6.0...4.7.0) (2023-03-06) + + +### Features + +* add missing build configuration for ios ([c945e23](https://github.com/nitro-build/bitrise-step-nitro-ios/commit/c945e233c249e40c97778fce09ba900029fc303e)) + # [4.6.0](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/4.5.0...4.6.0) (2023-02-28) diff --git a/README.md b/README.md index 25ccbc3..ef6683a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris | `api_key` | The API key required by Nitro. It is recommended to set a $NITRO_API_KEY as a Bitrise secret. | sensitive | | | `root_directory` | The directory within your project, in which your code is located. Leave this field empty if your code is not located in a subdirectory | | `./` | | `scheme` | The name of the iOS scheme | | | +| `build_configuration` | The name of the active build configuration | | `Release` | | `xcconfig_path` | The path relative to project root directory where the custom `.xcconfig` file is located | | | | `version_name` | The version name for the app | | | | `version_code` | The version code for the app | | | diff --git a/package.json b/package.json index ef63e8d..88ba591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitrise-step-nitro-ios", - "version": "4.6.0", + "version": "4.7.0", "repository": "git@github.com:nitro-build/bitrise-step-nitro-ios.git", "author": "Juan Pablo Garcia ", "license": "MIT",