Skip to content

Commit

Permalink
docs: update CHANGELOG.md for v0.37.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rulisastra committed Jan 31, 2023
1 parent 4f76bff commit 9432b7d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,37 @@
<a name="v0.37.0"></a>
## [v0.37.0] - 2023-01-31

### Chore
- include local unit test in core test
- move generate from jenkinsfile
- move generate target to codegen
- move sdk name as variable
- move to same package name for test
- move unit testing for get refresh token
- remove hardcoded envar
- separate jenkins job for docs broken link check
- specify make file for go
- update generate pipeline
- update lint error
- update phantauth url name
- **docs:** use second player token to join party with code
- **sdk:** generate go server sdk (230130.0356)

### Docs
- added local token validation to readme
- update CHANGELOG.md for v0.37.0 release
- **migrations:** add migration-guide-v0.36-to-v0.37.md

### Feat
- add generate new sdk jenkins pipeline
- add verify token in local token validation

### Fix
- fail unit testing & pipeline
- separate core test from cli test
- **test:** use second player token to join party with code


<a name="v0.31.1"></a>
## [v0.36.1] - 2022-01-26

Expand Down Expand Up @@ -1147,6 +1181,7 @@ The wrapper have been refactored and has breaking change, these are the list:
### Fix
- delete go.mod ([#1](https://github.com/AccelByte/accelbyte-go-sdk/issues/1))

[v0.37.0]: https://github.com/AccelByte/accelbyte-go-sdk/compare/v0.36.1...v0.37.0
[v0.36.1]: https://github.com/AccelByte/accelbyte-go-sdk/compare/v0.36.0...v0.36.1
[v0.36.0]: https://github.com/AccelByte/accelbyte-go-sdk/compare/v0.35.0...v0.36.0
[v0.35.0]: https://github.com/AccelByte/accelbyte-go-sdk/compare/v0.34.0...v0.35.0
Expand Down

0 comments on commit 9432b7d

Please sign in to comment.