diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed31a88..f5a472b 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.
+
+## [0.2.4](https://github.com/Ty3uK/parcel-plugin-pug/compare/v0.2.3...v0.2.4) (2018-01-13)
+
+
+### Bug Fixes
+
+* Dumb mistakes in `Asset/index.js`, added copying to build dir ([7d5dff8](https://github.com/Ty3uK/parcel-plugin-pug/commit/7d5dff8))
+
+
+
## [0.2.3](https://github.com/Ty3uK/parcel-plugin-pug/compare/v0.2.2...v0.2.3) (2018-01-13)
diff --git a/package.json b/package.json
index a6bc1ea..d54fe56 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "parcel-plugin-pug",
- "version": "0.2.3",
+ "version": "0.2.4",
"description": "Pug template support for Parcel bundler",
"repository": "https://github.com/Ty3uK/parcel-plugin-pug.git",
"main": "build/index.js",