From e459f38359627785e39877170586463c35a3f56c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 18 Jun 2023 15:50:58 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.5 [skip ci] # [1.0.0-beta.5](https://github.com/MirageNet/EpicSocket/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2023-06-18) ### Features * adding EpicNetworkAuthenticator that will authenticate using the product Id ([9b97d76](https://github.com/MirageNet/EpicSocket/commit/9b97d76307ec05facb38b732593748c0eb534095)) ### BREAKING CHANGES * now requires mirage v143 --- Assets/EpicSocket/CHANGELOG.md | 12 ++++++++++++ Assets/EpicSocket/Runtime/AssemblyInfo.cs | 2 +- Assets/EpicSocket/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Assets/EpicSocket/CHANGELOG.md b/Assets/EpicSocket/CHANGELOG.md index 32df064..d574cce 100644 --- a/Assets/EpicSocket/CHANGELOG.md +++ b/Assets/EpicSocket/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.0.0-beta.5](https://github.com/MirageNet/EpicSocket/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2023-06-18) + + +### Features + +* adding EpicNetworkAuthenticator that will authenticate using the product Id ([9b97d76](https://github.com/MirageNet/EpicSocket/commit/9b97d76307ec05facb38b732593748c0eb534095)) + + +### BREAKING CHANGES + +* now requires mirage v143 + # [1.0.0-beta.4](https://github.com/MirageNet/EpicSocket/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2023-06-09) diff --git a/Assets/EpicSocket/Runtime/AssemblyInfo.cs b/Assets/EpicSocket/Runtime/AssemblyInfo.cs index 0f644b1..ca94cc4 100644 --- a/Assets/EpicSocket/Runtime/AssemblyInfo.cs +++ b/Assets/EpicSocket/Runtime/AssemblyInfo.cs @@ -1,3 +1,3 @@ using System.Reflection; -[assembly: AssemblyVersion("1.0.0.4")] +[assembly: AssemblyVersion("1.0.0.5")] diff --git a/Assets/EpicSocket/package.json b/Assets/EpicSocket/package.json index 9bfa35e..a436edc 100644 --- a/Assets/EpicSocket/package.json +++ b/Assets/EpicSocket/package.json @@ -1,7 +1,7 @@ { "name": "com.miragenet.epicsocket", "displayName": "Epic Socket for Mirage", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "unity": "2019.4", "description": "Epic online servers for Mirage, includes relay, lobbies and other features", "author": "Mirage",