Skip to content

Commit

Permalink
Update CHANGELOG for 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Nov 21, 2018
1 parent c01b380 commit 4d0459c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.3 (2018-11-21)

### Bug Fixes

- Prevent create multiple user channel when calling subscribeTo function sequentially #236

## 1.6.2 (2018-08-23)

### Features
Expand Down
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ PODS:
- SKYKit/Core (1.6.0):
- MagicKit-Skygear (~> 0.0.6)
- SocketRocket (~> 0.4)
- SKYKitChat (1.6.2):
- SKYKitChat/Core (= 1.6.2)
- SKYKitChat/Core (1.6.2):
- SKYKitChat (1.6.3):
- SKYKitChat/Core (= 1.6.3)
- SKYKitChat/Core (1.6.3):
- Realm (~> 3.0.1)
- SKYKit/Core (~> 1.4)
- SKYKitChat/UI (1.6.2):
- SKYKitChat/UI (1.6.3):
- ALCameraViewController (~> 3.0)
- CTAssetsPickerController (~> 3.3.1)
- JSQMessagesViewController-Skygear (= 7.3.5.4)
Expand Down Expand Up @@ -94,7 +94,7 @@ SPEC CHECKSUMS:
Realm: 6f23fd1f178a09342eac21bfa7c2bf4312a7a180
SKPhotoBrowser: 5969c3813727f11fe37bea74a40425cafcb32f61
SKYKit: b276cf12cbc79c47fd47ac83b5b836c46a5b25e9
SKYKitChat: c31ae32d32b281719925a9a2a856b429e6e234e8
SKYKitChat: db06aa689e18b0d924dfedadb49631a4f8a328aa
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
Expand Down
2 changes: 1 addition & 1 deletion SKYKitChat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SKYKitChat'
s.version = '1.6.2'
s.version = '1.6.3'
s.summary = 'Chat extension for SKYKit'

s.description = <<-DESC
Expand Down

0 comments on commit 4d0459c

Please sign in to comment.