diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0db86ceb..a6a655b4a 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.0.2](https://github.com/nuxt-community/nuxt-i18n/compare/v4.0.1...v4.0.2) (2018-06-27)
+
+
+### Bug Fixes
+
+* support locales with names that match other locales (`en` and `en-us`) ([eeda1c5](https://github.com/nuxt-community/nuxt-i18n/commit/eeda1c5))
+
+
+
## [4.0.1](https://github.com/nuxt-community/nuxt-i18n/compare/v4.0.0...v4.0.1) (2018-06-22)
diff --git a/package.json b/package.json
index 3d210fc6f..ad6623823 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-i18n",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "i18n for Nuxt",
"license": "MIT",
"contributors": [