diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15a69aebd..97396aeb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+
+# [4.12.0](https://github.com/gaearon/react-hot-loader/compare/v4.11.2...v4.12.0) (2019-06-30)
+
+
+### Features
+
+* disable hot replacement render if react-dom is patched, see [#1274](https://github.com/gaearon/react-hot-loader/issues/1274) ([b93eb1d](https://github.com/gaearon/react-hot-loader/commit/b93eb1d))
+
+
+
## [4.11.2](https://github.com/gaearon/react-hot-loader/compare/v4.11.1...v4.11.2) (2019-06-30)
diff --git a/package.json b/package.json
index 9ab6058f5..8482541a2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-hot-loader",
- "version": "4.11.2",
+ "version": "4.12.0",
"description": "Tweak React components in real time.",
"main": "index.js",
"types": "index.d.ts",