diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfaf7a4..56ca48e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next +* Nothing yet! + +## 6.3.0 + * Xcode 9 / Swift 4 support - @danielsaidi ## 6.2.2 diff --git a/Nimble-Snapshots.podspec b/Nimble-Snapshots.podspec index b38e9876..292892a3 100644 --- a/Nimble-Snapshots.podspec +++ b/Nimble-Snapshots.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble-Snapshots" - s.version = "6.2.2" + s.version = "6.3.0" s.summary = "Nimble matchers for FBSnapshotTestCase" s.description = <<-DESC Nimble matchers for FBSnapshotTestCase. Highly derivative of [Expecta Matchers for FBSnapshotTestCase](https://github.com/dblock/ios-snapshot-test-case-expecta).