diff --git a/CHANGELOG.md b/CHANGELOG.md index 485718a9..03e97763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.0](https://github.com/appium/appium-espresso-driver/compare/v3.0.0...v3.1.0) (2024-07-11) + +### Features + +* Publish Espresso server library to JitPack ([#1021](https://github.com/appium/appium-espresso-driver/issues/1021)) ([9445667](https://github.com/appium/appium-espresso-driver/commit/94456673880e591808e06db57da1d21ec823ec0c)) + ## [3.0.0](https://github.com/appium/appium-espresso-driver/compare/v2.44.2...v3.0.0) (2024-07-10) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index 5dfdc346..a5f17086 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "3.0.0", + "version": "3.1.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {