diff --git a/CHANGELOG.md b/CHANGELOG.md index d9fbb6eb..f7ab4db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Next +- Nothing yet! + +## 5.0.1 + +* Fixes Carthage installs of 5.0.0. + ## 5.0.0 * Update the Cartfile to use always the latest stable release of Nimble and Quick. diff --git a/Nimble-Snapshots.podspec b/Nimble-Snapshots.podspec index 3e669f32..aaa123ee 100644 --- a/Nimble-Snapshots.podspec +++ b/Nimble-Snapshots.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Nimble-Snapshots" - s.version = "5.0.0" + s.version = "5.0.1" 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).