Skip to content

Commit 7ddb259

Browse files
committed
prepare 3.2 release
1 parent 0dbefb6 commit 7ddb259

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-backup` will be documented in this file.
44

5+
### 3.2.0 - 2016-03-16
6+
7+
- added pushover sender
8+
59
### 3.1.4 - 2016-03-16
610

711
- added an option to specify a timeout for the database dumpers

config/laravel-backup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
/*
129129
* Here you can specify the ways you want to be notified when certain
130-
* events take place. Possible values are "log", "mail" and "slack".
130+
* events take place. Possible values are "log", "mail", "slack" and "pushover".
131131
*
132132
* Slack requires the installation of the maknz/slack package.
133133
*/

0 commit comments

Comments
 (0)