Skip to content

Commit

Permalink
Update CHANGELOG for 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lei committed Aug 23, 2018
1 parent a0cb565 commit 02ceb91
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.6.2 (2018-08-23)

### Features

- Add fetchConversationsWithPage api that support paging (#226)

### Bug Fixes

- Fix save conversation exception
- Fix SKYConversation deserialization error
- Synchronize the send button state with input text view

### Other Notes

- Update SVProgressHUD

## 1.5.1 (2018-07-11)

### Other Notes
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.5.1):
- SKYKitChat/Core (= 1.5.1)
- SKYKitChat/Core (1.5.1):
- SKYKitChat (1.6.2):
- SKYKitChat/Core (= 1.6.2)
- SKYKitChat/Core (1.6.2):
- Realm (~> 3.0.1)
- SKYKit/Core (~> 1.4)
- SKYKitChat/UI (1.5.1):
- SKYKitChat/UI (1.6.2):
- 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: 939c9e065a82a67e2fcfefb7cc32bcf08ea14b79
SKYKitChat: c31ae32d32b281719925a9a2a856b429e6e234e8
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.5.1'
s.version = '1.6.2'
s.summary = 'Chat extension for SKYKit'

s.description = <<-DESC
Expand Down

0 comments on commit 02ceb91

Please sign in to comment.