Skip to content

Commit 142e757

Browse files
authored
chore: NGO 1.11.0 merge back to develop NGO develop (#3024)
* updating changelog and package.json * adding unreleased section to changelog
1 parent beb08e8 commit 142e757

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
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).
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
8+
89
[Unreleased]
10+
11+
### Added
12+
13+
### Fixed
14+
15+
### Changed
16+
17+
## [1.11.0] - 2024-08-20
18+
919
### Added
1020

1121
- Added `NetworkVariable.CheckDirtyState` that is to be used in tandem with collections in order to detect whether the collection or an item within the collection has changed. (#3005)

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.10.0",
5+
"version": "1.11.0",
66
"unity": "2021.3",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.10.1",

0 commit comments

Comments
 (0)