Skip to content

Commit

Permalink
Prepare version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Apr 9, 2019
1 parent aa68261 commit e824fca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SwiftPhoenixClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e824fca

Please sign in to comment.