diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee92ce5b..5470ce6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.14.1](https://github.com/appium/appium-espresso-driver/compare/v2.14.0...v2.14.1) (2023-01-15) + + +### Miscellaneous Chores + +* Make binary compatible with java 15 ([#849](https://github.com/appium/appium-espresso-driver/issues/849)) ([3fe18cf](https://github.com/appium/appium-espresso-driver/commit/3fe18cfafe9ee9ae073fbe3fe30c128695484088)) + ## [2.14.0](https://github.com/appium/appium-espresso-driver/compare/v2.13.11...v2.14.0) (2023-01-13) diff --git a/package.json b/package.json index 45d42a111..52dea8b89 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.14.0", + "version": "2.14.1", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {