diff --git a/com.unity.netcode.gameobjects/CHANGELOG.md b/com.unity.netcode.gameobjects/CHANGELOG.md index 2d0a8708cc..8f3466f327 100644 --- a/com.unity.netcode.gameobjects/CHANGELOG.md +++ b/com.unity.netcode.gameobjects/CHANGELOG.md @@ -22,7 +22,6 @@ Additional documentation and release notes are available at [Multiplayer Documen ### Fixed -- general documentation update ### Security @@ -30,6 +29,12 @@ Additional documentation and release notes are available at [Multiplayer Documen ### Obsolete +## [1.15.1] - 2026-01-21 + +### Fixed + +- general documentation update + ## [1.15.0] - 2025-11-14 ### Changed diff --git a/com.unity.netcode.gameobjects/ValidationExceptions.json b/com.unity.netcode.gameobjects/ValidationExceptions.json index 23aea8e278..1b4355043a 100644 --- a/com.unity.netcode.gameobjects/ValidationExceptions.json +++ b/com.unity.netcode.gameobjects/ValidationExceptions.json @@ -1,9 +1,9 @@ -{ +{ "ErrorExceptions": [ { "ValidationTest": "API Validation", "ExceptionMessage": "Breaking changes require a new major version.", - "PackageVersion": "1.15.0" + "PackageVersion": "1.15.2" } ], "WarningExceptions": [] diff --git a/com.unity.netcode.gameobjects/package.json b/com.unity.netcode.gameobjects/package.json index fa1ba4c887..a91a2e21fd 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": "1.15.1", + "version": "1.15.2", "unity": "2022.3", "dependencies": { "com.unity.nuget.mono-cecil": "1.11.6",