Skip to content

Commit eeba9a2

Browse files
chore: version bump (#796)
* updating BR changelog * BR version bump
1 parent e789bbc commit eeba9a2

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
88

99
## [unreleased] - yyyy-mm-dd
10+
11+
## [2.0.4] - 2022-12-13
1012
### Changed
11-
* Bumped RNSM to 1.1.0: Switched x axis units to seconds instead of frames now that it's available. This means adjusting the sample count to a lower value as well to 30 seconds, since the x axis was moving too slowly. (#788)
1213
* Updated Boss Room to NGO 1.2.0 (#791).
1314
* Removed a workaround in our tests waiting for two frames before shutting down a client that is attempting to connect to a server. (see https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/2261)
1415
* Replaced the workaround using custom messages to send a disconnect reason to clients with the new DisconnectReason feature in NGO. (#790)

Diff for: Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Multiplayer Samples Co-op Changelog
22

33
## [unreleased] - yyyy-mm-dd
4+
5+
## [1.5.1] - 2022-12-13
46
### Changed
5-
*
7+
* Bumped RNSM to 1.1.0: Switched x axis units to seconds instead of frames now that it's available. This means adjusting the sample count to a lower value as well to 30 seconds, since the x axis was moving too slowly. (#788)
68

79
## [1.5.0] - 2022-12-05
810

Diff for: Packages/com.unity.multiplayer.samples.coop/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "com.unity.multiplayer.samples.coop",
33
"displayName": "Multiplayer Samples Utilities",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"type": "template",
66
"host": "hub",
77
"unity": "2020.3",
88
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.",
99
"dependencies": {
1010
"com.unity.learn.iet-framework": "1.2.1",
11-
"com.unity.multiplayer.tools": "1.0.0",
11+
"com.unity.multiplayer.tools": "1.1.0",
1212
"com.unity.netcode.gameobjects": "1.1.0",
1313
"com.unity.services.relay": "1.0.3"
1414
}

Diff for: Packages/packages-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"source": "embedded",
124124
"dependencies": {
125125
"com.unity.learn.iet-framework": "1.2.1",
126-
"com.unity.multiplayer.tools": "1.0.0",
126+
"com.unity.multiplayer.tools": "1.1.0",
127127
"com.unity.netcode.gameobjects": "1.1.0",
128128
"com.unity.services.relay": "1.0.3"
129129
}

Diff for: ProjectSettings/ProjectSettings.asset

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4c052cbb3d9a0b5dd3ba096d6a72f5bcb5e31ece58ffa09df84ea4d8ebb70f26
3-
size 25551
2+
oid sha256:25524b1df8032e5b5bdd4a5b90b3fd6a0589ca83dd9c6df1af1538337c2b4d9e
3+
size 25665

0 commit comments

Comments
 (0)