Skip to content

Commit

Permalink
Update CHANGELOG for 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carmenlau committed Jul 11, 2018
1 parent 005a503 commit 8347183
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.5.1 (2018-07-11)

### Other Notes

- Update podspec to require SKYKit/Core version ~> 1.4, so that user can update core sdk with newer minor version.

## 1.5.0 (2018-05-16)

### 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.5.0):
- SKYKitChat/Core (= 1.5.0)
- SKYKitChat/Core (1.5.0):
- SKYKitChat (1.5.1):
- SKYKitChat/Core (= 1.5.1)
- SKYKitChat/Core (1.5.1):
- Realm (~> 3.0.1)
- SKYKit/Core (~> 1.4)
- SKYKitChat/UI (1.5.0):
- SKYKitChat/UI (1.5.1):
- 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: 6689b452a9811ddf19a2c187be4185290cdd401e
SKYKitChat: 406d32fee259854c286685b092f1ef72ee1f3752
SocketRocket: d57c7159b83c3c6655745cd15302aa24b6bae531
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
SVProgressHUD: c404a55d78acbeb7ebb78b76d3faf986475a6994
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.0'
s.version = '1.5.1'
s.summary = 'Chat extension for SKYKit'

s.description = <<-DESC
Expand Down

0 comments on commit 8347183

Please sign in to comment.