diff --git a/CHANGELOG.md b/CHANGELOG.md index ace255913..824eba8a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.29.2 - (July 5, 2021) + +* Android: **Revert** [#3797](https://github.com/react-native-maps/react-native-maps/pull/3797) Allow a previously dashed line to be made solid + ## 0.29.1 - (July 5, 2021) * Common: [#3855](https://github.com/react-native-maps/react-native-maps/pull/3855) Fix crashes related to getAddressFromCoordinates for android and iOS diff --git a/package.json b/package.json index 05fb16c84..29fb933d0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "React Native Mapview component for iOS + Android", "main": "index.js", "author": "Leland Richardson ", - "version": "0.29.1", + "version": "0.29.2", "scripts": { "lint": "./node_modules/eslint/bin/eslint.js .", "ci": "npm run lint"