Skip to content

Commit e824fca

Browse files
committed
Prepare version 1.0.0
1 parent aa68261 commit e824fca

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# CHANGELOG
22
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/)
33

4-
This product uses [Semantic Versioning](https://semver.org/).
4+
This product uses [Semantic Versioning](https://semver.org/).
55

66
## [Unreleased]
77

8+
## [1.0.0]
9+
* Rewrite of large parts of the Socket and Channel classes
10+
* Optional API for automatic retain cycle handling
11+
* Presence support
812

913
## [0.9.3]
1014

@@ -35,7 +39,7 @@ This product uses [Semantic Versioning](https://semver.org/).
3539

3640

3741
## [0.9.0]
38-
Continue to improve the API and behavior of the library to behave similar to the JS library. This release introduces
42+
Continue to improve the API and behavior of the library to behave similar to the JS library. This release introduces
3943
some breaking changes in the API that will require updates to your code. See the [usage guide] for help.
4044

4145
### Updated

SwiftPhoenixClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "SwiftPhoenixClient"
11-
s.version = "0.9.3"
11+
s.version = "1.0.0"
1212
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
1313
s.swift_version = "4.2"
1414

0 commit comments

Comments
 (0)