diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57eb0f5..182250b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+
+# [1.2.0](https://github.com/YappyBots/YappyGitLab/compare/v1.1.2...v1.2.0) (2017-07-16)
+
+
+### Bug Fixes
+
+* **discord:** fix commands not working in DMs ([8775292](https://github.com/YappyBots/YappyGitLab/commit/8775292))
+* **discord:** guild-only commands error in DM and don't show in help now ([8e28ea7](https://github.com/YappyBots/YappyGitLab/commit/8e28ea7))
+* **discord: commands:** fix command usage of invite ([1ea56ad](https://github.com/YappyBots/YappyGitLab/commit/1ea56ad))
+
+
+### Features
+
+* **discord: commands:** add initorg command ([8f48842](https://github.com/YappyBots/YappyGitLab/commit/8f48842))
+
+
+
## [1.1.2](https://github.com/YappyBots/YappyGitLab/compare/v1.1.1...v1.1.2) (2017-07-15)
diff --git a/package.json b/package.json
index 67aa141..b0a7c0e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "DiscordBot-YappyGitlab",
- "version": "1.1.2",
+ "version": "1.2.0",
"description": "A Gitlab repo monitor bot for Discord",
"main": "lib/index.js",
"private": true,