diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe4f16..6d8cde4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +2.0.2 - 2022-03-07 +------------------ + +- Add support to more path types in the beatmap (thanks to Leo Prikler). +- New scoring model based on the hit/miss ratio (thanks again to Leo Prikler). +- ffmpeg 5.0 compability (thanks to @lanodan). + 2.0.1 - 2020-03-29 ------------------ diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cfa971..d8accb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9) project( oshu - VERSION 2.0.1 + VERSION 2.0.2 LANGUAGES CXX )