diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe2b59d..56c8305 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+
+## [0.2.7](https://github.com/Kaixhin/FGLab/compare/0.2.7...v0.2.7) (2015-10-14)
+
+
+### Bug Fixes
+
+* update and add missing URL regex condition ([a999f28](https://github.com/Kaixhin/FGLab/commit/a999f28))
+
+### Features
+
+* add Moment.js for parsing dates ([22d707e](https://github.com/Kaixhin/FGLab/commit/22d707e))
+* add automated bump parser based on commit messages ([58b1493](https://github.com/Kaixhin/FGLab/commit/58b1493))
+* use general _scores object ([e4f58b6](https://github.com/Kaixhin/FGLab/commit/e4f58b6))
+
+
+
## [0.2.7](https://github.com/Kaixhin/FGLab/compare/0.2.6...v0.2.7) (2015-10-14)
diff --git a/bower.json b/bower.json
index 09d43dd..160752d 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "FGLab",
"main": "index.js",
- "version": "0.2.7",
+ "version": "0.3.0",
"homepage": "https://github.com/Kaixhin/FGLab",
"description": "Future Gadget Laboratory",
"moduleType": [
diff --git a/package.json b/package.json
index 49047d4..ece4692 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "FGLab",
- "version": "0.2.7",
+ "version": "0.3.0",
"description": "Future Gadget Laboratory",
"main": "index.js",
"scripts": {