From a0c2a0ff684baf98b6dfaee6f42938ef76ef9ef6 Mon Sep 17 00:00:00 2001 From: Krzysztof Hrynczenko Date: Tue, 8 Nov 2022 21:54:10 +0100 Subject: [PATCH] chore(release): 0.2.2 --- CHANGELOG.md | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)