Skip to content

Commit

Permalink
release 4.0.1 (#21)
Browse files Browse the repository at this point in the history
* release 4.0.1

* Update BuildAutomation.yml
  • Loading branch information
OnestarLee authored Sep 25, 2024
1 parent 50205e2 commit ff0cc7c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/BuildAutomation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Approve by automation

on:
workflow_dispatch:
pull_request:
types: [opened, reopened]
jobs:
approve-pull-request:
runs-on: ubuntu-latest
Expand All @@ -11,4 +12,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr review ${{ env.PR_NUMBER }} --approve --body "approved by automation"
gh pr review ${{ github.event.pull_request.number }} --approve --body "approved by automation"
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 4.0.1 (Sep 25, 2024)
### Improvements
- Improved WebSocket connection

## 4.0.0 (Sep 3, 2024)
### Features
- Added group channel collection
Expand Down
4 changes: 2 additions & 2 deletions netstandard2.0/SendbirdChat.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"targets": {
".NETStandard,Version=v2.0": {},
".NETStandard,Version=v2.0/": {
"SendbirdChat/4.0.0": {
"SendbirdChat/4.0.1": {
"dependencies": {
"NETStandard.Library": "2.0.3",
"Newtonsoft.Json": "13.0.3"
Expand All @@ -33,7 +33,7 @@
}
},
"libraries": {
"SendbirdChat/4.0.0": {
"SendbirdChat/4.0.1": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Binary file modified netstandard2.0/SendbirdChat.dll
Binary file not shown.
Binary file modified netstandard2.0/SendbirdChat.pdb
Binary file not shown.

0 comments on commit ff0cc7c

Please sign in to comment.