From 574f53d86eda9f8bc01a46ee8b58381e1aafb4e8 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 25 Nov 2022 15:19:18 +0100 Subject: [PATCH] bump the plugin version to v1.0.1 --- CHANGELOG.md | 11 +++++++++++ SenseGlove.uplugin | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4abe43b7..f8fd86da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2022-11-25 + +### Changed + +- Exposed SenseGloveTypes as a public dependency in SenseGloveConnect and SenseGloveCore modules, so that the C++ users of the API don't need to explicitly add it as a dependency +- Cleaned up the redundant headers/modules dependencies from SGCore headers + +### Fixed + +- Fix RunUAT build issues prior to Epic Store submission + ## [1.0.0] - 2022-11-24 ### Added diff --git a/SenseGlove.uplugin b/SenseGlove.uplugin index ab6ef609..a8cfb172 100644 --- a/SenseGlove.uplugin +++ b/SenseGlove.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.0.0", + "VersionName": "1.0.1", "FriendlyName": "SenseGlove", "Description": "Integrating the SenseGlove haptic controller into Unreal Engine", "Category": "Virtual Reality",