diff --git a/CHANGELOG.md b/CHANGELOG.md index 770a0408..468f8a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. `Starscream` adheres to [Semantic Versioning](http://semver.org/). +#### [3.0.4](https://github.com/daltoniam/Starscream/tree/3.0.4) + +Improved error handling. Timeout fix. Small assorted fixes. + +Pull Requests: +[#452](https://github.com/daltoniam/Starscream/pull/452) +[#448](https://github.com/daltoniam/Starscream/pull/448) +[#444](https://github.com/daltoniam/Starscream/pull/444) +[#443](https://github.com/daltoniam/Starscream/pull/443) + +Issues: +[#415](https://github.com/daltoniam/Starscream/issues/415) +[#422](https://github.com/daltoniam/Starscream/issues/422) +[#429](https://github.com/daltoniam/Starscream/issues/429) +[#433](https://github.com/daltoniam/Starscream/issues/433) +[#439](https://github.com/daltoniam/Starscream/issues/439) + #### [3.0.3](https://github.com/daltoniam/Starscream/tree/3.0.3) Assorted fixes. diff --git a/Sources/Info.plist b/Sources/Info.plist index 0ea72662..750bf362 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.3 + 3.0.4 CFBundleSignature ???? CFBundleVersion diff --git a/Starscream.podspec b/Starscream.podspec index 6429e00c..bd1f3c4a 100644 --- a/Starscream.podspec +++ b/Starscream.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Starscream" - s.version = "3.0.3" + s.version = "3.0.4" s.summary = "A conforming WebSocket RFC 6455 client library in Swift." s.homepage = "https://github.com/daltoniam/Starscream" s.license = 'Apache License, Version 2.0'