From 426f9730998d7e6c6898c034c38c54096c3cae83 Mon Sep 17 00:00:00 2001 From: michalChrobot Date: Thu, 5 Jun 2025 16:40:41 +0200 Subject: [PATCH] Updated CHANGELOG and package version --- com.unity.netcode.gameobjects/CHANGELOG.md | 11 ++++++++--- com.unity.netcode.gameobjects/package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/com.unity.netcode.gameobjects/CHANGELOG.md b/com.unity.netcode.gameobjects/CHANGELOG.md index d80167a252..4f56610a46 100644 --- a/com.unity.netcode.gameobjects/CHANGELOG.md +++ b/com.unity.netcode.gameobjects/CHANGELOG.md @@ -10,6 +10,14 @@ Additional documentation and release notes are available at [Multiplayer Documen ### Added +### Fixed + +### Changed + +## [2.4.0] - 2025-06-02 + +### Added + - Added `SinglePlayerTransport` that provides the ability to start as a host for a single player network session. (#3473) - When using UnityTransport >=2.4 and Unity >= 6000.1.0a1, SetConnectionData will accept a fully qualified hostname instead of an IP as a connect address on the client side. (#3441) @@ -26,9 +34,6 @@ Additional documentation and release notes are available at [Multiplayer Documen - Fixed issue where disabling the physics or physics2D package modules could result in a compilation error. (#3422) - Fixed an exception being thrown when unregistering a custom message handler from within the registered callback. (#3417) -### Changed - - ## [2.3.2] - 2025-04-22 ### Fixed diff --git a/com.unity.netcode.gameobjects/package.json b/com.unity.netcode.gameobjects/package.json index 1f09e52ae8..f2ffe8f03c 100644 --- a/com.unity.netcode.gameobjects/package.json +++ b/com.unity.netcode.gameobjects/package.json @@ -2,7 +2,7 @@ "name": "com.unity.netcode.gameobjects", "displayName": "Netcode for GameObjects", "description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.", - "version": "2.3.2", + "version": "2.4.0", "unity": "6000.0", "dependencies": { "com.unity.nuget.mono-cecil": "1.11.4",