diff --git a/CHANGELOG.md b/CHANGELOG.md index 281c050b4..57529080f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ Details changes in each release of EarlGrey. EarlGrey follows [semantic versioning](http://semver.org/). +## [1.7.2](https://github.com/google/EarlGrey/tree/1.7.2) (02/17/2017) + +``` +Baseline: [1b247fc] + + [1b247fc]: 1.7.2 Release +``` + +### Bug Fixes +* Fixed Swizzler to properly reset swizzled selectors. +* Fixed typing by blacklisting UICompatibilityInputViewController in UIViewController tracking. + +### Compatibility +* Requires iOS 8 as the minimum deployment target. +* Supports Xcode 8.2.1 and iOS 10.2.1 on devices and simulators. +* The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3. + +### Enhancements +* Updated analytics to use an client ID instead of user ID. + +### Contributors +[mbaxley](https://github.com/mbaxley), thank you! + ## [1.7.1](https://github.com/google/EarlGrey/tree/1.7.1) (02/03/2017) ``` diff --git a/EarlGrey-Info.plist b/EarlGrey-Info.plist index 202df4760..29aeee62f 100644 --- a/EarlGrey-Info.plist +++ b/EarlGrey-Info.plist @@ -13,9 +13,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.7.1 + 1.7.2 CFBundleVersion - 1.7.1 + 1.7.2 license diff --git a/EarlGrey.podspec.json b/EarlGrey.podspec.json index b8cd66853..ad81f8895 100644 --- a/EarlGrey.podspec.json +++ b/EarlGrey.podspec.json @@ -18,7 +18,7 @@ // frameworks in the app bundle need to include bitcode. { "name": "EarlGrey", - "version": "1.7.1", + "version": "1.7.2", "summary": "iOS UI Automation Test Framework", "description": "EarlGrey is a native iOS UI automation test framework that enables you to write clear, concise tests.\\n\\nWith the EarlGrey framework, you have access to enhanced synchronization features. EarlGrey automatically synchronizes with the UI, network requests, and various queues, but still allows you to manually implement customized timings, if needed.\\n\\nEarlGrey’s synchronization features help ensure that the UI is in a steady state before actions are performed. This greatly increases test stability and makes tests highly repeatable.\\n\\nEarlGrey works in conjunction with the XCTest framework and integrates with Xcode’s Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).", "homepage": "http://google.github.io/EarlGrey", @@ -34,7 +34,7 @@ }, "requires_arc": true, "source": { - "http": "https://www.github.com/google/EarlGrey/releases/download/1.7.1/EarlGrey.zip" + "http": "https://www.github.com/google/EarlGrey/releases/download/1.7.2/EarlGrey.zip" }, "frameworks": [ "CoreData",