diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dcb3554..a90abc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.10.2 + +Bugfixes: +* Handle `kAudioObjectPropertyElementMain` for macOS **SDK** < 12 (#425, @nandahkrishna) +* Add missing `NULL` for `ffProcessAppendStdOut` (#421) + # 1.10.1 New release for debugging #421 diff --git a/CMakeLists.txt b/CMakeLists.txt index bda2635c..0d1e2815 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.10.1 + VERSION 1.10.2 LANGUAGES C DESCRIPTION "Fast system information tool" HOMEPAGE_URL "https://github.com/LinusDierheimer/fastfetch"