diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8896c00..0d74e2e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
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.
+
+## [0.1.4](https://github.com/rogalmic/vscode-xml-complete/compare/v0.1.3...v0.1.4) (2019-01-12)
+
+
+### Bug Fixes
+
+* Handle text/cdata/doctype scope as text. ([0c64244](https://github.com/rogalmic/vscode-xml-complete/commit/0c64244))
+* **build:** Shrink vsix package by removing unnecessary files. ([94dec10](https://github.com/rogalmic/vscode-xml-complete/commit/94dec10))
+* **completion:** Proper XML scope recognition for last attribute. ([522630d](https://github.com/rogalmic/vscode-xml-complete/commit/522630d))
+
+
+
## [0.1.3](https://github.com/rogalmic/vscode-xml-complete/compare/v0.1.2...v0.1.3) (2019-01-12)
diff --git a/package-lock.json b/package-lock.json
index 1137252..a2de8b6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "vscode-xml-complete",
- "version": "0.1.3",
+ "version": "0.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6850884..439b42f 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"name": "Michal Rogalinski",
"email": "rogalinsky@gmail.com"
},
- "version": "0.1.3",
+ "version": "0.1.4",
"preview": true,
"license": "MIT",
"engines": {