We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca012e8 commit 48e2d75Copy full SHA for 48e2d75
.editorconfig
@@ -13,3 +13,4 @@ trim_trailing_whitespace = true
13
14
[*.md]
15
trim_trailing_whitespace = false
16
+insert_final_newline = false
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+All notable changes to the `InterFAX notification channel` will be documented in this file
4
5
+## 2.0.0 - 2020-07-15
6
7
+- Add support for Laravel 7.x
8
+- Drop support for Laravel 5.8
9
+- Add package autodiscovery
10
11
+## 1.0.0 - 2020-01-08
12
+- Initial release
0 commit comments