From 00a797d44588251b38a04d801ac9c5c6893c3da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Mon, 13 Nov 2017 11:22:25 -0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 ++++++ RxWebSocket.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.