diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cdcc71..fd8aeaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+## [1.4.2](https://github.com/YappyBots/YappyGitLab/compare/v1.4.1...v1.4.2) (2018-02-17)
+
+
+### Bug Fixes
+
+* **gitlab:** fix repo using input and not parsed output ([7797844](https://github.com/YappyBots/YappyGitLab/commit/7797844))
+* **gitlab:** rework parser to support .git and multiple organization groups ([eb49c5c](https://github.com/YappyBots/YappyGitLab/commit/eb49c5c))
+* **gitlab:** rework parser url to allow urls starting with git@ ([101ab7a](https://github.com/YappyBots/YappyGitLab/commit/101ab7a))
+
+
+
## [1.4.1](https://github.com/YappyBots/YappyGitLab/compare/v1.4.0...v1.4.1) (2018-02-17)
diff --git a/package.json b/package.json
index 76d6eee..0f0cd45 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "DiscordBot-YappyGitlab",
- "version": "1.4.1",
+ "version": "1.4.2",
"description": "A Gitlab repo monitor bot for Discord",
"main": "lib/index.js",
"private": true,