From cd3f85ccb04237d79dd53827dd9a2cf245466abd Mon Sep 17 00:00:00 2001 From: Lori Krell Date: Thu, 27 May 2021 17:02:53 -0500 Subject: [PATCH 1/2] 0.2.1 hotfix changelog --- Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md b/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md index 06bb56839..7dda42c5a 100644 --- a/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md +++ b/Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md @@ -1,5 +1,13 @@ # Multiplayer Samples Co-op Changelog +## [0.2.0] - 2021-05-27 + +v0.2.1 is a hotfix for an Early Access release for Boss Room: Small Scale Co-op Sample. + +### Fixes + +* [GitHub 343](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/pull/343) - Fixed parameter exception when connecting to lobby caused by an old MLAPI version. This fix reverts the change until the package is updated. + ## [0.2.0] - 2021-05-19 v0.2.0 is an Early Access release for Multiplayer Samples Co-op. From e4960d7ff1704f7520ea901eac14147bedee4631 Mon Sep 17 00:00:00 2001 From: Lori Krell Date: Thu, 27 May 2021 17:05:15 -0500 Subject: [PATCH 2/2] moved PR template, wrong folder --- .github/{ISSUE_TEMPLATE => }/PULL_REQUEST_TEMPLATE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ISSUE_TEMPLATE => }/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/.github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/ISSUE_TEMPLATE/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md