diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a2e62ae1..fbeabb22d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Macros.cmake) tgui_set_option(CMAKE_BUILD_TYPE Release STRING "Choose the type of build (Debug or Release)") # Project name and version -project(TGUI VERSION 0.9.4) +project(TGUI VERSION 0.9.5) # TGUI uses the paths from the cmake GNUInstallDirs module as defaults (https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html) include(GNUInstallDirs) diff --git a/changelog.md b/changelog.md index a7e1d9e59..ae12a1da8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +TGUI 0.9.5 (17 July 2022) +-------------------------- + +- Fixed Gui Builder crash when creating or loading any form +- Fixed crash when position of ChildWindow depends on its size + + TGUI 0.9.4 (15 June 2022) --------------------------