diff --git a/CHANGELOG.md b/CHANGELOG.md index 146a5cb..de022d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All Notable changes to **Laravel Localized Routes** will be documented in this file. +## 2.1.0 (2019-12-22) + +- Add `Route::localizedUrl()` macro to generate a URL for the current route in any locale. + ## 2.0.0 (2019-12-17) - Add option to automatically detect and set locales with [codezero/laravel-localizer](https://github.com/codezero-be/laravel-localizer)