diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fdc452bb..12a4a5fa1 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.
+
+## [2.3.1](https://github.com/paulgv/nuxt-i18n/compare/v2.3.0...v2.3.1) (2018-02-21)
+
+
+### Bug Fixes
+
+* Set langDir default value to 'lang/' to prevent webpack dynamic import issue ([7ce1f11](https://github.com/paulgv/nuxt-i18n/commit/7ce1f11)), closes [#28](https://github.com/paulgv/nuxt-i18n/issues/28)
+
+
+
# [2.3.0](https://github.com/paulgv/nuxt-i18n/compare/v2.3.0-0...v2.3.0) (2018-02-20)
diff --git a/package.json b/package.json
index effa0c08a..58a0bc9dc 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-i18n",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "i18n for Nuxt",
"license": "MIT",
"contributors": [