diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e9a68c..9c8801d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### RadioStream 0.2.2 + - Fixed issue when building on windows using multi-generator approach + - Added libssl and libcrypto dlls to windows bundle + ### RadioStream 0.2.1 - Now using HTTPS - Updated HTTPS requests to conform with the new `api.radio-browser.info` API diff --git a/CMakeLists.txt b/CMakeLists.txt index 77559f2..3997298 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.16) -project(RadioStream VERSION "0.2.1") +project(RadioStream VERSION "0.2.2") list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") include(SetupDependencies)