diff --git a/CHANGELOG.md b/CHANGELOG.md
index 185b3662f..2a1f2df78 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.15](https://github.com/gaearon/react-hot-loader/compare/v4.12.14...v4.12.15) (2019-10-08)
+
+
+### Bug Fixes
+
+* React 16.10 support ([b7ed82a](https://github.com/gaearon/react-hot-loader/commit/b7ed82a))
+
+
+
## [4.12.14](https://github.com/gaearon/react-hot-loader/compare/v4.12.13...v4.12.14) (2019-09-23)
diff --git a/package.json b/package.json
index 91ecfae41..d92c0fb06 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-hot-loader",
- "version": "4.12.14",
+ "version": "4.12.15",
"description": "Tweak React components in real time.",
"main": "index.js",
"types": "index.d.ts",