Skip to content

Commit

Permalink
chore: update CHANGELOG.md and go sum getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
rulisastra committed Sep 6, 2024
1 parent 6ba96dd commit ac2a90e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
- **integration:** add inventory integration test
- **core:** improve websocket connection status
### docs
- **migrations:** add migration-guide-v0.72-to-v0.73.md
- **readme:** improve lobby implementation
### chore
- **:** improve the core and test
- **:** linter issue
- **:** refactor the code and test
- **:** update readme, migration guide, test, and samples for lobby websocket
- **:** testing using pong
- **:** update CHANGELOG.md and go sum getting started
### fix
- **utils:** data races

Expand Down
4 changes: 2 additions & 2 deletions samples/getting-started/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/AccelByte/accelbyte-go-sdk v0.71.0 h1:hBEwk7lhFd/GZnQ63E3gT5hatflK67Kl8pTcZpUI4TY=
github.com/AccelByte/accelbyte-go-sdk v0.71.0/go.mod h1:fm4i/5/nnKLg4+6BHfkfrDieR199aADedsk4exksjSc=
github.com/AccelByte/accelbyte-go-sdk v0.72.0 h1:TrNks1Z/ARFAQyclXiV4hH5OKo7OcI9TZ6FtgUWAyQY=
github.com/AccelByte/accelbyte-go-sdk v0.72.0/go.mod h1:fm4i/5/nnKLg4+6BHfkfrDieR199aADedsk4exksjSc=
github.com/AccelByte/bloom v0.0.0-20180915202807-98c052463922 h1:3v15CkYPdxShj9tisD+pU4YihvQCPUISwFrandjwq5A=
github.com/AccelByte/bloom v0.0.0-20180915202807-98c052463922/go.mod h1:njjI8ZR5oAhtMq8ODchl6GBz8enKQJt+D9WqLn96hLI=
github.com/AccelByte/go-jose v2.1.4+incompatible h1:jn3BJ0HZAUskWJ042CJGgFXDAwhTsEkOKCX0DIZ5OcQ=
Expand Down

0 comments on commit ac2a90e

Please sign in to comment.