diff --git a/CHANGELOG.md b/CHANGELOG.md index e6adc232..cec8ffb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.0 +- Added archive feature to collect screenshots of all runs for reporting, etc... #77 #81 +- Improved detection of adb path #85 + ## 1.1.1 - Fixed localization issue in test #19, #20 - Improved handling of locale for emulators and real devices diff --git a/pubspec.yaml b/pubspec.yaml index a3db3b64..7c8eb32b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: screenshots description: Auto-generation of screenshots for Apple and Play Stores using emulators and simulators with support for locales. Compatible with fastlane for upload to both stores. -version: 1.1.1 +version: 1.2.0 homepage: https://github.com/mmcc007/screenshots author: Maurice McCabe