diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b76a248..7b693b67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Pulse 0.x +## Pulse 0.20.2 + +*Mar 23, 2022* + +- Fix multi-threading crash - [#69](https://github.com/kean/Pulse/pull/69), thanks to [Scott Gruby](https://github.com/sgruby) +- Make `SettingsView` public - [#68](https://github.com/kean/Pulse/pull/68), thanks to [Martin Daum](https://github.com/martindaum) + ## Pulse 0.20.1 *Dec 23, 2021* diff --git a/Pulse.xcconfig b/Pulse.xcconfig index 1e5d9271d..be6540b53 100644 --- a/Pulse.xcconfig +++ b/Pulse.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION=0.20.0 +CURRENT_PROJECT_VERSION=0.20.2