diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e560e04..d1a56efea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v3.8.2 + +* Fix autoplay stop after user interaction (thanks [@HelloCore](https://github.com/HelloCore)) +* Allow using a custom animated image component with `ParallaxImage` (thanks [@DanielMarkiel](https://github.com/DanielMarkiel)) + ## v3.8.1 * Migrate from deprecated `componentWillReceiveProps` to `componentDidUpdate` (thanks [@kiarashws](https://github.com/kiarashws)) diff --git a/package.json b/package.json index 33830afad..27dd24ac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "3.8.1", + "version": "3.8.2", "description": "Swiper/carousel component for React Native with previews, multiple layouts, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.", "main": "src/index.js", "repository": {