diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ba63e2..0a79e11 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.6](https://github.com/Ty3uK/parcel-plugin-pug/compare/v0.2.5...v0.2.6) (2018-03-09)
+
+
+### Bug Fixes
+
+* getting `filename` property from `Block` node, update dependencies ([0aff460](https://github.com/Ty3uK/parcel-plugin-pug/commit/0aff460))
+
+
+
## [0.2.5](https://github.com/Ty3uK/parcel-plugin-pug/compare/v0.2.4...v0.2.5) (2018-02-04)
diff --git a/package.json b/package.json
index c73d872..f215eb3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "parcel-plugin-pug",
- "version": "0.2.5",
+ "version": "0.2.6",
"description": "Pug template support for Parcel bundler",
"repository": "https://github.com/Ty3uK/parcel-plugin-pug.git",
"main": "build/index.js",