From e824fca847dc78d587d3e8959a6dfe2ff7639837 Mon Sep 17 00:00:00 2001 From: Daniel Rees Date: Mon, 8 Apr 2019 21:29:48 -0400 Subject: [PATCH] Prepare version 1.0.0 --- CHANGELOG.md | 8 ++++++-- SwiftPhoenixClient.podspec | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2758bc..80c6627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # CHANGELOG All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -This product uses [Semantic Versioning](https://semver.org/). +This product uses [Semantic Versioning](https://semver.org/). ## [Unreleased] +## [1.0.0] +* Rewrite of large parts of the Socket and Channel classes +* Optional API for automatic retain cycle handling +* Presence support ## [0.9.3] @@ -35,7 +39,7 @@ This product uses [Semantic Versioning](https://semver.org/). ## [0.9.0] -Continue to improve the API and behavior of the library to behave similar to the JS library. This release introduces +Continue to improve the API and behavior of the library to behave similar to the JS library. This release introduces some breaking changes in the API that will require updates to your code. See the [usage guide] for help. ### Updated diff --git a/SwiftPhoenixClient.podspec b/SwiftPhoenixClient.podspec index 6170c9c..53b7caf 100644 --- a/SwiftPhoenixClient.podspec +++ b/SwiftPhoenixClient.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "SwiftPhoenixClient" - s.version = "0.9.3" + s.version = "1.0.0" s.summary = "Connect your Phoenix and iOS applications through WebSockets!" s.swift_version = "4.2"