diff --git a/CHANGELOG.md b/CHANGELOG.md
index a029b730..cd68ca4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [0.6.1](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v0.6.0...v0.6.1) (2018-04-24)
+
+
+### Bug Fixes
+
+* **ngx-auth-firebaseui:** correction of the email regex in the auth.component.ts ([f7c5663](https://github.com/anthonynahas/ngx-auth-firebaseui/commit/f7c5663))
+
+
+
# [0.6.0](https://github.com/anthonynahas/ngx-auth-firebaseui/compare/v0.5.7...v0.6.0) (2018-04-23)
diff --git a/package.json b/package.json
index e41492ca..1cf8f4d6 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "ngx-auth-firebaseui",
"description": "Open Source Library for Angular Web Apps to integrate a material user interface for firebase authentication",
- "version": "0.6.0",
+ "version": "0.6.1",
"homepage": "https://github.com/anthonynahas/ngx-auth-firebaseui",
"author": {
"name": "anthonynahas",