Skip to content

Commit 53643b3

Browse files
committed
docs: update changelog for justice 3.25
1 parent 5ce36de commit 53643b3

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
1+
<a name="v0.13.0"></a>
2+
## [v0.13.0] - 2022-06-17
3+
### Chore
4+
- bump to version 0.13 for justice 3.25
5+
- remove non-functioning coverity suppress warning
6+
- **core:** clean up AccelByteSDK
7+
- **makefile:** simplify mock server launch for testing
8+
- **sdk:** regenerate sdk, cli sample app, cli test, doc index for justice 3.25
9+
- **spec:** update spec for justice 3.25
10+
11+
### Ci
12+
- **github:** add release note input
13+
14+
### Docs
15+
- update changelog for justice 3.25
16+
- **readme:** add token refresh
17+
18+
### Feat
19+
- **core:** token repository, token refresh interface may throw exception
20+
- **core:** finalize token refresh logic implementation
21+
- **core:** make DefaultTokenRepository constructor public
22+
- **core:** wip token refresh logic implementation
23+
- **core:** store token refresh info at login user/client
24+
- **core:** add TokenRefresh interface
25+
26+
### Fix
27+
- **core:** wrong token repo type check
28+
29+
### Test
30+
- **core:** add token refresh tests
31+
- **core:** clean up
32+
- **integration:** add token refresh tests
33+
- **integration:** clean up
34+
35+
136
<a name="v0.12.0"></a>
2-
## [v0.12.0] - 2022-06-06
37+
## [v0.12.0] - 2022-06-07
338
### Chore
439
- bump to version 0.12 for justice 3.24
540
- **sdk:** regenerate sdk, cli sample app, cli test, doc index for justice 3.24
@@ -430,6 +465,7 @@
430465
- replace unnecessary object
431466

432467

468+
[v0.13.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.12.0...v0.13.0
433469
[v0.12.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.11.0...v0.12.0
434470
[v0.11.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.10.0...v0.11.0
435471
[v0.10.0]: https://github.com/AccelByte/accelbyte-java-sdk/compare/v0.9.0...v0.10.0

0 commit comments

Comments
 (0)