diff --git a/CHANGELOG.md b/CHANGELOG.md
index 464442aff..e0d945f72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+
+# [1.4.0](https://github.com/segmentio/analytics-react-native/compare/v1.3.2...v1.4.0) (2021-02-08)
+
+### Bug Fixes
+
+- **android:** fix crash when promise resolves in debug mode ([#267](https://github.com/segmentio/analytics-react-native/issues/267)) ([a0e21d9](https://github.com/segmentio/analytics-react-native/commit/a0e21d9))
+- **package:** missing repo info ([#268](https://github.com/segmentio/analytics-react-native/issues/268)) ([6a2a93b](https://github.com/segmentio/analytics-react-native/commit/6a2a93b))
+- change React dependency to React-Core ([#254](https://github.com/segmentio/analytics-react-native/issues/254)) ([c51e689](https://github.com/segmentio/analytics-react-native/commit/c51e689))
+- don't call stringValue of strings ([#253](https://github.com/segmentio/analytics-react-native/issues/253)) ([226a9e4](https://github.com/segmentio/analytics-react-native/commit/226a9e4))
+
+### Features
+
+- **android:** allow opt-out for new lifecycle methods ([#256](https://github.com/segmentio/analytics-react-native/issues/256)) ([8dbadad](https://github.com/segmentio/analytics-react-native/commit/8dbadad))
+
## [1.3.2](https://github.com/segmentio/analytics-react-native/compare/v1.3.1...v1.3.2) (2020-10-23)
diff --git a/packages/core/package.json b/packages/core/package.json
index 6d6f7d28b..141820c6c 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native",
- "version": "1.3.2",
+ "version": "1.4.0",
"description": "The hassle-free way to add analytics to your React-Native app.",
"license": "MIT",
"repository": {