diff --git a/CHANGELOG.md b/CHANGELOG.md index c3506f9..0d7917b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. `react-native-iterate` adheres to [Semantic Versioning](https://semver.org/). +## [2.8.2](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.8.2) + +Released on 2026-02-04. + +**Fixed** + +- Fixed issue where react-native-webview attempt to load about:blank was blocked + ## [2.8.1](https://github.com/iteratehq/react-native-iterate/releases/tag/v2.8.1) Released on 2025-10-48. diff --git a/package.json b/package.json index 6419a42..7839b34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-iterate", - "version": "2.8.1", + "version": "2.8.2", "description": "In-app user research made easy", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/src/constants.tsx b/src/constants.tsx index 8c7ba80..78d9195 100644 --- a/src/constants.tsx +++ b/src/constants.tsx @@ -1,4 +1,4 @@ -export const Version = '2.8.1'; +export const Version = '2.8.2'; export const DefaultHost = 'https://iteratehq.com';