diff --git a/CHANGELOG.md b/CHANGELOG.md index 05eaa595..19b3ce70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.3.0 +- Added support for landscape screenshots #66 +- Added support for flavors #55 +- Modified no-frame behavior and various improvements + ## 1.2.0 - Added archive feature to collect screenshots of all runs for reporting, etc... #77 #81 - Improved detection of adb path #79 diff --git a/pubspec.yaml b/pubspec.yaml index 0118d985..e35705cd 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.2.0 +version: 1.3.0 homepage: https://github.com/mmcc007/screenshots author: Maurice McCabe