diff --git a/CHANGELOG.md b/CHANGELOG.md index 05257a0..415a79f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.0] - 2024-05-21 + +### Added + +- Add back button and button to show obstacle boundaries in client. + +### Fixed + +- Bugs in record loading in client. + ## [2.2.0] - 2024-05-20 ### Changed @@ -266,6 +276,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing. + +[2.3.0]: https://github.com/thuasta/thuai-7/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/thuasta/thuai-7/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/thuasta/thuai-7/compare/v2.0.5...v2.1.0 [2.0.5]: https://github.com/thuasta/thuai-7/compare/v2.0.4...v2.0.5 diff --git a/client/ProjectSettings/ProjectSettings.asset b/client/ProjectSettings/ProjectSettings.asset index 864cb71..2b03d40 100644 --- a/client/ProjectSettings/ProjectSettings.asset +++ b/client/ProjectSettings/ProjectSettings.asset @@ -135,7 +135,7 @@ PlayerSettings: vulkanEnableLateAcquireNextImage: 0 vulkanEnableCommandBufferRecycling: 1 loadStoreDebugModeEnabled: 0 - bundleVersion: 2.2.0 + bundleVersion: 2.3.0 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 diff --git a/server/src/GameServer/GameServer.csproj b/server/src/GameServer/GameServer.csproj index 66fd34a..b3ef995 100644 --- a/server/src/GameServer/GameServer.csproj +++ b/server/src/GameServer/GameServer.csproj @@ -6,7 +6,7 @@ enable enable true - 2.2.0 + 2.3.0