Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khrynczenko committed Nov 8, 2022
1 parent bd8179d commit a0c2a0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit a0c2a0f

Please sign in to comment.