From bf90a9d9fb1b21e857871eace39f622712b558e3 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 13 Jul 2026 20:12:06 +0200 Subject: [PATCH] bump the plugin version to v2.9.0 --- Handbook/src/appendix/changelog.md | 2 +- SenseGlove.uplugin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 32f48d28..b3fdcadd 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [2.9.0] - 2026-07-13 This minor release introduces a major IPC overhaul, significant inter-process communication performance improvements and bug fixes, along with Unreal Engine `5.8` and Microsoft Visual Studio 2026 support. This release also introduces breaking Blueprint API changes. diff --git a/SenseGlove.uplugin b/SenseGlove.uplugin index f412483d..0db4a80f 100644 --- a/SenseGlove.uplugin +++ b/SenseGlove.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "2.8.1", + "VersionName": "2.9.0", "FriendlyName": "SenseGlove", "Description": "Integrating the SenseGlove haptic controller into Unreal Engine", "Category": "Virtual Reality",