diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05134b1e..581a4ef6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+# 0.4.4 (2016-08-29)
+
+### Features
+
+* Missed new component [ng2-smart-table](https://akveo.github.io/ng2-smart-table/) - [demo](http://akveo.com/ng2-admin/#/pages/tables/smarttables)
+
+### How to update
+
+* Pull sources from git
+* run `npm install`
+
# 0.4.3 (2016-08-23)
diff --git a/_VERSION b/_VERSION
index ecfdafaf..c600cc74 100644
--- a/_VERSION
+++ b/_VERSION
@@ -1 +1 @@
-_VERSION=0.4.3
+_VERSION=0.4.4
diff --git a/package.json b/package.json
index b5d4ad5b..de56be8e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-admin",
- "version": "0.4.3",
+ "version": "0.4.4",
"description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo",
"homepage": "http://akveo.github.io/ng2-admin/",