From 58d9e83cca457a95b0ea15f0df2885fd886c6e42 Mon Sep 17 00:00:00 2001 From: apple1417 Date: Wed, 1 Jan 2025 15:37:29 +1300 Subject: [PATCH] update changelog --- CMakeLists.txt | 2 +- changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d594f0e..45b6d34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.25) -project(unrealsdk VERSION 1.5.0) +project(unrealsdk VERSION 1.5.1) set(UNREALSDK_UE_VERSION "UE4" CACHE STRING "The unreal engine version to build the SDK for. One of 'UE3' or 'UE4'.") set(UNREALSDK_ARCH "x64" CACHE STRING "The architecture to build the sdk for. One of 'x86' or 'x64'.") diff --git a/changelog.md b/changelog.md index e67bff1..9ec95ce 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## v1.5.1 + +- Fixed all BL3 console output being treated as console commands instead. + + [1432408f](https://github.com/bl-sdk/unrealsdk/commit/1432408f) + ## v1.5.0 - Completely reworked the configuration system.