diff --git a/CMakeLists.txt b/CMakeLists.txt index 22626f32d..b8f4996b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,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 1.0.0 LANGUAGES CXX) +project(TGUI VERSION 1.1.0 LANGUAGES CXX) # Use the paths from the cmake GNUInstallDirs module as defaults (https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html) include(GNUInstallDirs) diff --git a/changelog.md b/changelog.md index d639d5725..c0f6e7166 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ -TGUI 1.1 (TBD) ---------------- +TGUI 1.1 (4 November 2023) +--------------------------- - Added AutoLayout that lets widget fill entire side of parent - Any column in ListView can now be auto-sized and expanded