Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apple1417 committed Jan 1, 2025
1 parent 1432408 commit 58d9e83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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'.")
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 58d9e83

Please sign in to comment.