diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1ecf4f..a6423721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next +* Nothing yet! + +## 6.5.0 + * Fix an error causing the project wasn't building with Xcode 9.3 - @Vkt0r ## 6.4.1 diff --git a/Nimble-Snapshots.podspec b/Nimble-Snapshots.podspec index 984b355c..84ea2192 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.4.1" + s.version = "6.5.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).