diff --git a/CHANGELOG.md b/CHANGELOG.md index b2758bcf..80c6627b 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 6170c9cd..53b7caf5 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"