From 8a0136ca7ef2089f302f5cb0266e95bf9962a94e Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Fri, 30 Jun 2017 16:00:18 -0500 Subject: [PATCH] Update CHANGLEOG for 0.7.4 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a30cc..3cb75b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.7.4 (2017-06-30) + +Fixes: + +- This fixes a bug introduced in [#165](https://github.com/probot/probot/pull/165) and adds a test to show that webhook delivery is happening. ([#168](https://github.com/probot/probot/pull/168)) + +[View full changelog](https://github.com/probot/probot/compare/v0.7.3...v0.7.4) + ## 0.7.3 (2017-06-30) Enhancements: