You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,15 @@
2
2
3
3
All notable changes to `laravel-verification-code` will be documented in this file
4
4
5
-
## 0.2.0 - 2020-09-01
5
+
## 0.3.0 - 2020-10-20
6
+
7
+
- Add config option to define max amount of active verification codes per verifiable ([#9](https://github.com/nextapps-be/laravel-verification-code/pull/9))
8
+
- Big code refactor with improvements to config-file setup ([#7](https://github.com/nextapps-be/laravel-verification-code/pull/7))
6
9
7
-
- Added config variable to allow overriding of the notification that will be sent.
10
+
## 0.2.0 - 2020-09-01
8
11
12
+
- Add config option to allow customization of the notification class. ([#4](https://github.com/nextapps-be/laravel-verification-code/pull/4))
0 commit comments