diff --git a/CHANGELOG.md b/CHANGELOG.md index b4fba05d4..1e4771a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.9.1 + +Bugfixes: + +* Fix builds on s390x (@jonathanspw, #402) + # 1.9.0 Notable Changes: diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d257dab7..a64416d1b 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 1.9.0 + VERSION 1.9.1 LANGUAGES C DESCRIPTION "Fast system information tool" HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"