From 39d4fb3f94272652ac1595f3e83ac5ec4379f6c1 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 29 Nov 2017 18:03:02 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7504f39..454ea95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,22 @@ # Changelog -Execute rsync with ssh options. -Added raygun recipe. -Added telegram notifier, based on Slack recipe. -Added slack:notify:failure task - ## master -[6.0.1...master](https://github.com/deployphp/recipes/compare/6.0.1...master) +[6.0.2...master](https://github.com/deployphp/recipes/compare/6.0.2...master) + +- + +## 6.0.2 +[6.0.1...6.0.2](https://github.com/deployphp/recipes/compare/6.0.1...6.0.2) -- Add ability to change hipchat server URL for self hosted instances -- Fix bug with message formatting in telegram notifications +### Added +- Added raygun recipe. +- Added telegram notifier, based on Slack recipe. +- Added slack:notify:failure task +- Added ability to change hipchat server URL for self hosted instances + +### Fixed +- Fixed bug with message formatting in telegram notifications +- Execute rsync with ssh options. ## 6.0.1 [6.0.0...6.0.1](https://github.com/deployphp/recipes/compare/6.0.0...6.0.1)