diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f63ff947..ff7e8667d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
* jp.hadashikick.vcontainer from 1.14.0 to 1.16.8
* com.unity.memoryprofiler from 1.1.5 to 1.1.6
* com.unity.timeline from 1.8.7 to 1.8.8
+* Upgraded Unity Transport package to 2.5.1 (#906)
### Cleanup
* Removed ParrelSync from the project (#890)
diff --git a/Packages/manifest.json b/Packages/manifest.json
index ed4c5d55a..13879264c 100644
--- a/Packages/manifest.json
+++ b/Packages/manifest.json
@@ -22,7 +22,7 @@
"com.unity.test-framework": "1.5.1",
"com.unity.timeline": "1.8.8",
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.10",
- "com.unity.transport": "2.5.0",
+ "com.unity.transport": "2.5.1",
"com.unity.ugui": "2.0.0",
"jp.hadashikick.vcontainer": "1.16.8",
"com.unity.modules.accessibility": "1.0.0",
diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json
index a9973362c..7f259d7ca 100644
--- a/Packages/packages-lock.json
+++ b/Packages/packages-lock.json
@@ -438,7 +438,7 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
- "version": "2.5.0",
+ "version": "2.5.1",
"depth": 0,
"source": "registry",
"dependencies": {
diff --git a/README.md b/README.md
index 1cbd530f3..fda4f3571 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@
### Made with and Including Utilities for Netcode for GameObjects
-[](https://unity.com/releases/editor/whats-new/6000.0.32)
-[](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/releases/tag/ngo%2F2.1.1)
-[](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/tag/v2.5.0)
+[](https://unity.com/releases/editor/whats-new/6000.0.44)
+[](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/releases/tag/ngo%2F2.2.0)
+[](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/releases/tag/v2.6.0)
Boss Room is a fully functional co-op multiplayer RPG made with Unity Netcode. It is an educational sample designed to showcase typical netcode [patterns](https://docs-multiplayer.unity3d.com/netcode/current/learn/bossroom/bossroom-actions/index.html) that are frequently featured in similar multiplayer games.