We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9443da commit 11fe7a6Copy full SHA for 11fe7a6
CHANGELOG.md
@@ -1,7 +1,15 @@
1
# Changelog
2
3
-All notable changes to `pushover` will be documented in this file
+All notable changes to `pushover` will be documented in this file.
4
5
-## 1.0.0 - 201X-XX-XX
+## 1.0.0 - 2016-08-25
6
+- First release :tada:
7
+- Fire event (instead of exception) when communication with Pushover fails
8
+- Add backwards compatibility for older Laravel versions (with `laravel-notification-channels/backport`)
9
-- initial release
10
+## 0.0.2 - 2016-08-13
11
+- Better exceptions
12
+- Improved code quality
13
+
14
+## 0.0.1 - 2016-08-12
15
+- Experimental release
0 commit comments