diff --git a/CHANGELOG.md b/CHANGELOG.md index eee4448a3..a2dee4177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.11.5 + +Bugfix: + +* Fix logo printing for OpenMandriva (#896) +* Remove `--os-file` in help messages + # 2.11.4 Changes: diff --git a/CMakeLists.txt b/CMakeLists.txt index 90dc678d4..89649978b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs & project homepage url project(fastfetch - VERSION 2.11.4 + VERSION 2.11.5 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"