Skip to content

Commit b65b3bd

Browse files
authored
Document 0.3.0 release
1 parent d85686a commit b65b3bd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Diff for: CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
All notable changes to `laravel-verification-code` will be documented in this file
44

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))
69

7-
- Added config variable to allow overriding of the notification that will be sent.
10+
## 0.2.0 - 2020-09-01
811

12+
- Add config option to allow customization of the notification class. ([#4](https://github.com/nextapps-be/laravel-verification-code/pull/4))
913

10-
## 0.1.0 - 201X-XX-XX
14+
## 0.1.0 - 2020-02-20
1115

12-
- initial release
16+
- Initial release

0 commit comments

Comments
 (0)