Skip to content

Commit

Permalink
v3.8.0-beta.1 (Aug 24, 2023)
Browse files Browse the repository at this point in the history
* Removed beta information on `CFBundleShortVersionString`
  • Loading branch information
tezpark committed Aug 24, 2023
1 parent 2dde8c4 commit 7a75349
Show file tree
Hide file tree
Showing 36 changed files with 3,373 additions and 2,062 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Carthage/Build
# - Also handy if you have a large number of dependant pods
# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE
Pods/
#Framework/

### Swift ###
# Xcode
Expand Down Expand Up @@ -44,7 +45,7 @@ DerivedData/
## App packaging
*.ipa
*.dSYM.zip
## *.dSYM
*.dSYM

## Playgrounds
timeline.xctimeline
Expand Down Expand Up @@ -115,4 +116,4 @@ xcuserdata
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings

# End of https://www.toptal.com/developers/gitignore/api/xcode,swift,swiftpackagemanager,cocoapods,carthage
# End of https://www.toptal.com/developers/gitignore/api/xcode,swift,swiftpackagemanager,cocoapods,carthage
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### v3.8.0-beta.1 (Aug 24, 2023)
* Removed beta information on `CFBundleShortVersionString`

### v3.8.0-beta (Aug 18, 2023) with Chat SDK **v4.10.0**
* Change the default authentication method for FeedChannel from WebSocket connection to API.
* Added `authenticatedFeed(completionHandler:)` in `SendbirdUI`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

SBU_APP_VERSION = 3.8.0-beta
SBU_APP_VERSION = 3.8.0-beta.1
SBU_APP_BUNDLE_VERSION = 3.8.0
SENDBIRD_CHAT_SDK_VERSION = 4.10.0
Binary file not shown.
Loading

0 comments on commit 7a75349

Please sign in to comment.