Skip to content

Commit

Permalink
Improved handling of error code and error messages on API failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Aug 20, 2020
1 parent b046d90 commit 4b4d913
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

### v1.0.9 (Aug 20, 2020)
* Improved handling of error code and error messages on API failure.

### v1.0.8 (Jul 13, 2020)
* Fixed - Problems adding null pointers to an array object.

Expand Down
2 changes: 1 addition & 1 deletion SendBirdDesk.framework.dSYM/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0.8</string>
<string>1.0.9</string>
</dict>
</plist>
Binary file not shown.
Binary file modified SendBirdDesk.framework/Info.plist
Binary file not shown.
Binary file modified SendBirdDesk.framework/SendBirdDesk
Binary file not shown.
2 changes: 1 addition & 1 deletion SendBirdDesk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SendBirdDesk"
s.version = "1.0.8"
s.version = "1.0.9"
s.summary = "SendBird Desk iOS Framework"
s.description = "SendBird Desk iOS Framework"
s.homepage = "https://desk.sendbird.com"
Expand Down

0 comments on commit 4b4d913

Please sign in to comment.