Skip to content

Commit cd356a4

Browse files
chore: Updated aspects of Netcode package in anticipation of v1.15.1 release (#3851)
1 parent bf79b86 commit cd356a4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,19 @@ Additional documentation and release notes are available at [Multiplayer Documen
2222

2323
### Fixed
2424

25-
- general documentation update
2625

2726
### Security
2827

2928

3029
### Obsolete
3130

3231

32+
## [1.15.1] - 2026-01-21
33+
34+
### Fixed
35+
36+
- general documentation update
37+
3338
## [1.15.0] - 2025-11-14
3439

3540
### Changed

com.unity.netcode.gameobjects/ValidationExceptions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{
1+
{
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "API Validation",
55
"ExceptionMessage": "Breaking changes require a new major version.",
6-
"PackageVersion": "1.15.0"
6+
"PackageVersion": "1.15.2"
77
}
88
],
99
"WarningExceptions": []

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.netcode.gameobjects",
33
"displayName": "Netcode for GameObjects",
44
"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.",
5-
"version": "1.15.1",
5+
"version": "1.15.2",
66
"unity": "2022.3",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.6",

0 commit comments

Comments
 (0)