diff --git a/CHANGELOG.md b/CHANGELOG.md index a34ce96..c8e7429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.8] - 2021-05-07 + ### Fixed - nil context title crash on iOS [#133](https://github.com/cjam/react-native-spotify-remote/pull/133) (thanks @srfaytkn!) diff --git a/package.json b/package.json index d5643fb..44d1c1b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "bugs": { "url": "https://github.com/cjam/react-native-spotify-remote/issues" }, - "version": "0.3.7", + "version": "0.3.8", "description": "React Native wrapper around the Spotify Remote SDK", "author": { "name": "Colter McQuay"