diff --git a/CHANGELOG.md b/CHANGELOG.md index 4024f6e..55f339c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.0.0 + +- Swift 4 support +- Carthage compatibility +- Swift Package Manager compatibility + # 1.0.1 - Forwarding error to `rx.disconnect` diff --git a/RxWebSocket.podspec b/RxWebSocket.podspec index 26cf5e7..eca5065 100644 --- a/RxWebSocket.podspec +++ b/RxWebSocket.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "RxWebSocket" - s.version = "1.0.1" + s.version = "2.0.0" s.summary = "Reactive WebSockets" # This description is used to generate tags and improve search results.