From ebc5bbf5292de1ba5b84a95e6795742925a486ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:06:08 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2d920..c0b5804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ arena-unity notable changes. Started 2021-11-30 (version 0.0.1). +## [1.1.1](https://github.com/arenaxr/arena-unity/compare/v1.1.0...v1.1.1) (2024-12-05) + + +### Bug Fixes + +* **camera:** correct access control of userids ([7e5992f](https://github.com/arenaxr/arena-unity/commit/7e5992fdb0ebfb7bb0da84e2843d49cde5f13ec3)) +* **mqtt:** correct logging type from control of mqtt messages ([ab2550a](https://github.com/arenaxr/arena-unity/commit/ab2550a62b836377b8c0c0fb89ce644a0fa06d15)) + ## [1.1.0](https://github.com/arenaxr/arena-unity/compare/v1.0.3...v1.1.0) (2024-12-02) diff --git a/package.json b/package.json index 65b0e6e..8d46819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io.conix.arena.unity", - "version": "1.1.0", + "version": "1.1.1", "displayName": "ARENA Library for Unity", "description": "Enables control of ARENA assets through Unity.", "unity": "2020.3",