diff --git a/CHANGELOG.md b/CHANGELOG.md index d193851f4..d7d4d0e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.64.2 + +Bugfixes: +* Fixes image renders but quickly gets wiped (#2374) + * Regression from v2.64.0 +* Fixes ASCII logo from being overwritten in `--dynamic-interval` mode + * Regression from v2.64.0 + # 2.64.1 Features: diff --git a/CMakeLists.txt b/CMakeLists.txt index 56dafd95f..eb16317ab 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.64.1 + VERSION 2.64.2 LANGUAGES C DESCRIPTION "Fast neofetch-like system information tool" HOMEPAGE_URL "https://github.com/fastfetch-cli/fastfetch"