diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4656ce..a476bba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,9 @@
 # Changelog
 
-## [0.6.1](https://github.com/lsaudon/l10nization/releases/tag/release-0.6.1)
+## [0.6.2](https://github.com/lsaudon/l10nization/releases/tag/release-0.6.2)
 
 - ♻️ Remove Code smell for saveAll files
+- 🔒️ Fix incomplete string escaping or encoding
 
 ## [0.6.0](https://github.com/lsaudon/l10nization/releases/tag/release-0.6.0)
 
diff --git a/package-lock.json b/package-lock.json
index 9f61a6a..a55ce6c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "l10nization",
-  "version": "0.6.1",
+  "version": "0.6.2",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "l10nization",
-      "version": "0.6.1",
+      "version": "0.6.2",
       "license": "MIT",
       "devDependencies": {
         "@types/chai": "^4.3.4",
diff --git a/package.json b/package.json
index e943edd..7259b13 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "icon": "images/logo.png",
   "name": "l10nization",
   "displayName": "L10nization",
-  "version": "0.6.1",
+  "version": "0.6.2",
   "publisher": "lsaudon",
   "description": "A tool for extracting text to arb files in a Flutter application.",
   "author": {