diff --git a/CHANGELOG.md b/CHANGELOG.md index c168aed2..5da5302e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next +* Nothing yet! + +## 7.1.0 + * Xcode 10.2.1 and Swift 5.0 support - @Vkt0r ## 7.0.0 diff --git a/Nimble-Snapshots.podspec b/Nimble-Snapshots.podspec index 444e9937..896f6432 100644 --- a/Nimble-Snapshots.podspec +++ b/Nimble-Snapshots.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble-Snapshots" - s.version = "7.0.0" + s.version = "7.1.0" 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).