diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afda3c..1602228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [4.0.0-beta.1](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/3.0.0...4.0.0-beta.1) (2022-11-04) + + +### Features + +* update nitro to the latest version ([fcb2504](https://github.com/nitro-build/bitrise-step-nitro-ios/commit/fcb2504ff489c0323cc33353fcea6d8c162db0bf)) + + +### BREAKING CHANGES + +* remove ios prefix + # [3.0.0](https://github.com/nitro-build/bitrise-step-nitro-ios/compare/2.0.0...3.0.0) (2022-10-27) diff --git a/package.json b/package.json index a5b509f..07735b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitrise-step-nitro-ios", - "version": "3.0.0", + "version": "4.0.0-beta.1", "repository": "git@github.com:nitro-build/bitrise-step-nitro-ios.git", "author": "Juan Pablo Garcia ", "license": "MIT",