From 858a80df241cd26ab37a7720262f2f334631a00c Mon Sep 17 00:00:00 2001 From: Daniel Ma Date: Mon, 15 May 2017 08:49:55 -0700 Subject: [PATCH] Cut 0.5.0 --- CHANGELOG.md | 4 ++++ lib/review_bot.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e641f7d..8dbc8ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.5.0 + +- don't send notifications if noone is working (2017-05-15) + # v0.4.0 - support bamboo HR to see when people are out (2017-05-05) diff --git a/lib/review_bot.rb b/lib/review_bot.rb index 16f50cc..eb3bc26 100644 --- a/lib/review_bot.rb +++ b/lib/review_bot.rb @@ -16,5 +16,5 @@ require_relative 'review_bot/bamboo_hr' module ReviewBot - VERSION = '0.4.0' + VERSION = '0.5.0' end