diff --git a/Changelog.md b/Changelog.md index f92a17d..d2011f6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ - Nothing yet. +## 1.0.0 + +- Swift 3 support. + ## 0.2.0 - Fixes build issues. See [#8](https://github.com/RxSwiftCommunity/RxNimble/pull/8). diff --git a/RxNimble.podspec b/RxNimble.podspec index 20e660e..a4b9c82 100644 --- a/RxNimble.podspec +++ b/RxNimble.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxNimble" - s.version = "0.3.0" + s.version = "1.0.0" s.summary = "Nimble extensions that making unit testing with RxSwift easier 🎉" s.description = <<-DESC This library includes functions that make testing RxSwift projects easier with Nimble.