diff --git a/CHANGES.md b/CHANGES.md index e51ab8f..977fc13 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,25 @@ Communication changes 2.0.2 ------------- -To be released. +Released on June 16, 2024. + +* Apply code style [[#8]] +* Remove .build submodule [[#9]] +* Add CI test [[#10]] +* Fix compatibility for netstandard2.1 [[#13]] +* Displays test result [[#15]] +* Remove warnings about Enum [[#14]] +* Add logging code to test project [[#16]] +* Fix an issue where the server is closed [[#18]] + +[#8]: https://github.com/s2quake/communication/pull/8 +[#9]: https://github.com/s2quake/communication/pull/9 +[#10]: https://github.com/s2quake/communication/pull/10 +[#13]: https://github.com/s2quake/communication/pull/13 +[#15]: https://github.com/s2quake/communication/pull/15 +[#14]: https://github.com/s2quake/communication/pull/14 +[#16]: https://github.com/s2quake/communication/pull/16 +[#18]: https://github.com/s2quake/communication/pull/18 2.0.1 @@ -12,7 +30,7 @@ To be released. Released on June 4, 2024. -If `TargetFramework` is net6.0, net7.0, or net8.0, the `Grpc.AspNetCore` package is used. [[#6]] +* If `TargetFramework` is net6.0, net7.0, or net8.0, the `Grpc.AspNetCore` package is used. [[#6]] [#6]: https://github.com/s2quake/communication/pull/6