diff --git a/CHANGELOG.md b/CHANGELOG.md
index f52b566f..ef2cdb48 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.
+
+## [3.0.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.1...v3.0.2) (2017-10-25)
+
+
+### Bug Fixes
+
+* refer to the `entrypoint` instead of the first `module` (`module.identifier`) ([#601](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/601)) ([d5a1de2](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/d5a1de2))
+
+
+
## [3.0.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0...v3.0.1) (2017-10-03)
diff --git a/package-lock.json b/package-lock.json
index 65012f5e..9087e4a3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "extract-text-webpack-plugin",
- "version": "3.0.1",
+ "version": "3.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 399cf919..83b1a50a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "extract-text-webpack-plugin",
- "version": "3.0.1",
+ "version": "3.0.2",
"author": "Tobias Koppers @sokra",
"description": "Extract text from bundle into a file.",
"license": "MIT",