diff --git a/CHANGELOG.md b/CHANGELOG.md index e66a0b5..872c380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog All notable changes to Disman will be documented in this file. +## [0.527.0](https://gitlab.com/kwinft/disman/compare/disman@0.527.0-beta.0...disman@0.527.0) (2023-02-17) + ## [0.527.0-beta.0](https://gitlab.com/kwinft/disman/compare/disman@0.526.0-beta.0...disman@0.527.0-beta.0) (2023-02-16) ## [0.526.0](https://gitlab.com/kwinft/disman/compare/disman@0.526.0-beta.0...disman@0.526.0) (2022-10-11) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fb257b..5dd3ccc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(Disman) -set(PROJECT_VERSION "0.526.90") +set(PROJECT_VERSION "0.527.0") set(PROJECT_VERSION_MAJOR "0") set(QT_MIN_VERSION "5.15.0")