From 5e34e8846532fc80f135d11d60ec9e3647db77dc Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Sun, 27 Nov 2022 14:41:32 +0100 Subject: [PATCH] bump the plugin version to v1.0.2 --- CHANGELOG.md | 24 ++++++++++++++++++++---- SenseGlove.uplugin | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8fd86da..faecddb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,35 @@ 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.2] - 2022-11-27 + +This is a minor release focusing on adherence to the Unreal Engine Marketplace Guidelines based on the feedback from Epic Games. + +### Added + +- Added the newly acquired Unreal Engine Market Place Offer ID to the .uplugin file. +- List the dot files inside FilterPlugin.ini file as well. +- Add the copyright notice to the source files missing it. +- Add the SenseGlove SDK license to the third-party license file. + +### Fixed + +- Fix the readme typos and errors. +- Minor fixes in the changelog for previous releases. + ## [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 +- 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 +- Fix RunUAT build issues prior to Epic Store submission. ## [1.0.0] - 2022-11-24 ### Added -- Initial public release of the SenseGlove haptic API for Unreal Engine with support for Microsoft Windows and GNU/Linux. \ No newline at end of file +- Initial public release of the SenseGlove haptic API for Unreal Engine with support for Microsoft Windows and GNU/Linux. diff --git a/SenseGlove.uplugin b/SenseGlove.uplugin index 18904d83..661db799 100644 --- a/SenseGlove.uplugin +++ b/SenseGlove.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.0.1", + "VersionName": "1.0.2", "FriendlyName": "SenseGlove", "Description": "Integrating the SenseGlove haptic controller into Unreal Engine", "Category": "Virtual Reality",