From 3edde32ca63a4fd30692a3169a9f01fdcfc86e4b Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Mon, 21 Jun 2021 09:42:11 -0300 Subject: [PATCH] Version bump. --- CHANGELOG.md | 4 ++++ Nimble-Snapshots.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5680bd..fb01792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Nothing yet! +## 9.1.1 + +- Adds `shouldIgnoreScale` parameter to omit `@1x`, `@2x`, `@3x` from snapshot images. See #225 – @thanasak-s + ## 9.1.0 - Adds `identifier` to snapshots. See #214 - hfehrmann diff --git a/Nimble-Snapshots.podspec b/Nimble-Snapshots.podspec index 903f267..35fc129 100644 --- a/Nimble-Snapshots.podspec +++ b/Nimble-Snapshots.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble-Snapshots" - s.version = "9.1.0" + s.version = "9.1.1" s.summary = "Nimble matchers for iOSSnapshotTestCase" s.description = <<-DESC Nimble matchers for iOSSnapshotTestCase. Highly derivative of [Expecta Matchers for iOSSnapshotTestCase](https://github.com/dblock/ios-snapshot-test-case-expecta).