diff --git a/CHANGELOG.md b/CHANGELOG.md index 0517a0d..cfea4d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/appium/appium-ios-simulator/compare/v5.0.1...v5.0.2) (2022-12-19) + + +### Bug Fixes + +* udid reference in setAccess ([#350](https://github.com/appium/appium-ios-simulator/issues/350)) ([73d12a4](https://github.com/appium/appium-ios-simulator/commit/73d12a4417b7e3ec75b850e948c6bd91e75f214f)) + ## [5.0.1](https://github.com/appium/appium-ios-simulator/compare/v5.0.0...v5.0.1) (2022-12-15) diff --git a/package.json b/package.json index 7935949..9bce492 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ios", "simctl" ], - "version": "5.0.1", + "version": "5.0.2", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {