From 26d197cfff9a10b636db6a2eb55b361ed51570ab Mon Sep 17 00:00:00 2001 From: David Sevilla Martin Date: Sun, 21 May 2017 20:03:12 -0400 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf7b12..ff29ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [1.1.0](https://github.com/YappyBots/YappyGitLab/compare/v1.0.3...v1.1.0) (2017-05-22) + + +### Features + +* **gitlab: events:** add ability to ignore branch(es) & user(s) via conf ([6d572c1](https://github.com/YappyBots/YappyGitLab/commit/6d572c1)), closes [#11](https://github.com/YappyBots/YappyGitLab/issues/11) [#12](https://github.com/YappyBots/YappyGitLab/issues/12) + + + ## [1.0.3](https://github.com/YappyBots/YappyGitLab/compare/v1.0.2...v1.0.3) (2017-05-17) diff --git a/package.json b/package.json index 9479eee..1de85e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DiscordBot-YappyGitlab", - "version": "1.0.3", + "version": "1.1.0", "description": "A Gitlab repo monitor bot for Discord", "main": "lib/index.js", "private": true,