diff --git a/CHANGELOG.md b/CHANGELOG.md index a2da3d5..afa421a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ PRs and issues are linked, so you can find more about it. Thanks to [ChangelogLi ## Unreleased +### Fixed + +- [#133] Fix verify when code is not number and not issued + +### Removed + +- [#134] Remove redundant argument + +## [3.5.0] - 2021-03-01 + ### Added - [#128] Add default config for moduyun @@ -441,3 +451,5 @@ PRs and issues are linked, so you can find more about it. Thanks to [ChangelogLi [0.1.1]: https://github.com/zingimmick/laravel-sms/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/zingimmick/laravel-sms/compare/0.0.9...0.1.0 [0.0.9]: https://github.com/zingimmick/laravel-sms/compare/0.0.1...0.0.9 +[#134]: https://github.com/zingimmick/laravel-sms/pull/134 +[#133]: https://github.com/zingimmick/laravel-sms/pull/133