From b7ff7adf8b5daa89766e04d08c7756950476de5b Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sat, 24 Apr 2021 21:31:56 -0700 Subject: [PATCH] doc: Update verison/CHANGELOG for v2.0.0 --- package/CHANGELOG.md | 14 ++++++++++++++ package/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index f6b94ad..c1e04a3 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,3 +1,17 @@ +# 2.0.0 (2021-04-24) + +## Features + +- Allow choice of connector type: Internal/External Process or Embedded +- Allow using Raw Messages + +## Bugfixes + +- Update to Buttplug C# v2.0.1 + - Fixes issue with RawWriteCmd JSON Schema + - Sorter now throws ButtplugConnectorException in live tasks on shutdown, similar to having a + connector disconnect. + # 1.0.0 (2021-04-22) ## Features diff --git a/package/package.json b/package/package.json index d0d8155..382dfde 100644 --- a/package/package.json +++ b/package/package.json @@ -5,7 +5,7 @@ "email" : "kyle@nonpolynomial.com", "url" : "https://buttplug.io/" }, - "version": "1.0.0", + "version": "2.0.0", "displayName": "Buttplug Unity", "description": "Buttplug Sex Toy Control Library support for Unity. For more info, see https://buttplug.io.", "unity": "2018.2"