diff --git a/CMakeLists.txt b/CMakeLists.txt index 783bc26..b58616d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(sierrabreezeenhanced) -set(PROJECT_VERSION "1.0.3") +set(PROJECT_VERSION "1.1.0") set(PROJECT_VERSION_MAJOR 0) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff --git a/ChangeLog b/ChangeLog index 5d4e36a..07768b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +V1.1.0 +--------- + +* Fixes blur for Plasma 5.25 +* Fixes settings window not showing +* Fixes issues #104, #105 and #106 + +Thanks @a-parhom for the pull request! + V1.0.3 ---------