From 80c91d9d73981315be7f306b1ceb7bc049ceaa1d Mon Sep 17 00:00:00 2001 From: Alan Zeino Date: Wed, 28 Mar 2018 17:43:53 -0700 Subject: [PATCH] Update version to 3.0.0 --- CHANGELOG.md | 6 ++++++ iOSSnapshotTestCase.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29418b1..7ab8ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 3.0.0 + + - Project has been relicensed to MIT via the original project and Facebook's PATENTS file has been removed with their blessing. Thank you Facebook! + - Deployment Target is now iOS 8.1, Base SDK is 11.2. + - Updated for CocoaPods 1.4.0. + ## 2.2.0 - Added ability to have more fine–grained control over snapshot file names using deviceAgnostic with a new flag 'agnosticOptions'. diff --git a/iOSSnapshotTestCase.podspec b/iOSSnapshotTestCase.podspec index 6c52521..3c54cd5 100644 --- a/iOSSnapshotTestCase.podspec +++ b/iOSSnapshotTestCase.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "iOSSnapshotTestCase" s.module_name = "FBSnapshotTestCase" - s.version = "2.2.0" + s.version = "3.0.0" s.summary = "Snapshot view unit tests for iOS" s.description = <<-DESC A "snapshot test case" takes a configured UIView or CALayer