Skip to content

Commit

Permalink
chore: version bump (#796)
Browse files Browse the repository at this point in the history
* updating BR changelog

* BR version bump
  • Loading branch information
LPLafontaineB authored Dec 13, 2022
1 parent e789bbc commit eeba9a2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).

## [unreleased] - yyyy-mm-dd

## [2.0.4] - 2022-12-13
### Changed
* 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)
* Updated Boss Room to NGO 1.2.0 (#791).
* 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)
* Replaced the workaround using custom messages to send a disconnect reason to clients with the new DisconnectReason feature in NGO. (#790)
Expand Down
4 changes: 3 additions & 1 deletion Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Multiplayer Samples Co-op Changelog

## [unreleased] - yyyy-mm-dd

## [1.5.1] - 2022-12-13
### Changed
*
* 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)

## [1.5.0] - 2022-12-05

Expand Down
4 changes: 2 additions & 2 deletions Packages/com.unity.multiplayer.samples.coop/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "com.unity.multiplayer.samples.coop",
"displayName": "Multiplayer Samples Utilities",
"version": "1.5.0",
"version": "1.5.1",
"type": "template",
"host": "hub",
"unity": "2020.3",
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.",
"dependencies": {
"com.unity.learn.iet-framework": "1.2.1",
"com.unity.multiplayer.tools": "1.0.0",
"com.unity.multiplayer.tools": "1.1.0",
"com.unity.netcode.gameobjects": "1.1.0",
"com.unity.services.relay": "1.0.3"
}
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"source": "embedded",
"dependencies": {
"com.unity.learn.iet-framework": "1.2.1",
"com.unity.multiplayer.tools": "1.0.0",
"com.unity.multiplayer.tools": "1.1.0",
"com.unity.netcode.gameobjects": "1.1.0",
"com.unity.services.relay": "1.0.3"
}
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectSettings.asset
Git LFS file not shown

0 comments on commit eeba9a2

Please sign in to comment.