diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b91a5f8..991c274c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ First, a confession: the Extempore maintainers (i.e. Andrew & Ben) have been really bad at keeping a changelog. But hopefully we'll be better in the future. +## v0.8.9 + +- bugfix for `@rpath/libportaudio.dylib` bug (introduced in 0.8.8) + ## v0.8.8 - upgrade PortAudio (to fix a build error on macOS Big Sur) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58b1cb5d..17d13d7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1) # we use target_sources() -project(Extempore VERSION 0.8.8) +project(Extempore VERSION 0.8.9) # for backwards compatibility with CMake older than 3.19 cmake_policy(SET CMP0114 OLD)