diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7713f..c3e4e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog All notable changes to Disman will be documented in this file. +## [0.602.0](https://github.com/winft/disman/compare/v0.601.0...v0.602.0) (2024-10-09) + ## [0.601.0](https://github.com/winft/disman/compare/v0.600.0...v0.601.0) (2024-06-19) ## [0.600.0](https://github.com/winft/disman/compare/disman@0.527.0-beta.0...v0.600.0) (2024-02-27) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69bbc76..f1e73b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(Disman VERSION 0.601.80) +project(Disman VERSION 0.602.0) set(QT_MIN_VERSION "6.4.0") set(KF6_MIN_VERSION "5.240.0")