diff --git a/CHANGELOG.md b/CHANGELOG.md
index d415ec7ea..cb128639f 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.6](https://github.com/gaearon/react-hot-loader/compare/v4.12.5...v4.12.6) (2019-07-10)
+
+
+### Bug Fixes
+
+* do not update hooks while updating hooks, fixes [#1294](https://github.com/gaearon/react-hot-loader/issues/1294) ([afa8ed4](https://github.com/gaearon/react-hot-loader/commit/afa8ed4))
+
+
+
## [4.12.5](https://github.com/gaearon/react-hot-loader/compare/v4.12.4...v4.12.5) (2019-07-07)
diff --git a/package.json b/package.json
index ff648b7ed..a928be289 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-hot-loader",
- "version": "4.12.5",
+ "version": "4.12.6",
"description": "Tweak React components in real time.",
"main": "index.js",
"types": "index.d.ts",