diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5db5303..d91b955 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+## [1.3.7](https://github.com/YappyBots/YappyGitLab/compare/v1.3.6...v1.3.7) (2017-10-14)
+
+
+### Bug Fixes
+
+* **discord: commands:** invite - set client id to user ID ([9c72d7d](https://github.com/YappyBots/YappyGitLab/commit/9c72d7d))
+* **models:** fix no config found errors by creating config on the spot ([0098d23](https://github.com/YappyBots/YappyGitLab/commit/0098d23))
+* **snyk:** fix new vulnerabilities ([17ebc6b](https://github.com/YappyBots/YappyGitLab/commit/17ebc6b))
+
+
+
## [1.3.6](https://github.com/YappyBots/YappyGitLab/compare/v1.3.5...v1.3.6) (2017-10-12)
diff --git a/package.json b/package.json
index dd5e5ca..bd612a3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "DiscordBot-YappyGitlab",
- "version": "1.3.6",
+ "version": "1.3.7",
"description": "A Gitlab repo monitor bot for Discord",
"main": "lib/index.js",
"private": true,
@@ -44,4 +44,4 @@
"jsdoc-strip-async-await": "^0.1.0"
},
"snyk": true
-}
\ No newline at end of file
+}