diff --git a/CHANGELOG.md b/CHANGELOG.md index 97db261..79e888e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/appium/appium-xcode/compare/v5.0.1...v5.0.2) (2023-03-27) + + +### Bug Fixes + +* Join array items properly ([#80](https://github.com/appium/appium-xcode/issues/80)) ([02f7bbf](https://github.com/appium/appium-xcode/commit/02f7bbfe7a16386094f3ec34a516a2b39a4e2fae)) + ## [5.0.1](https://github.com/appium/appium-xcode/compare/v5.0.0...v5.0.1) (2023-01-17) diff --git a/package.json b/package.json index c774981..4f36c5b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "ios", "xcode" ], - "version": "5.0.1", + "version": "5.0.2", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {