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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,14 @@
2
2
3
3
All notable changes to `laravel-verification-code` will be documented in this file
4
4
5
+
## 1.2.3 - 2022-05-18
6
+
7
+
- Changed: Do not purge codes that have not expired yet ([#24](https://github.com/nextapps-be/laravel-verification-code/pull/24))
8
+
5
9
## 1.2.2 - 2022-05-06
6
10
7
-
- Added: parameter to verify method to prevent deleting of the code after verification
8
-
- Added: command to prune old codes from the database
11
+
- Added: parameter to verify method to prevent deleting of the code after verification ([#23](https://github.com/nextapps-be/laravel-verification-code/pull/23))
12
+
- Added: command to prune old codes from the database ([#23](https://github.com/nextapps-be/laravel-verification-code/pull/23))
0 commit comments