diff --git a/changelog.md b/changelog.md index 318ea91..6bc2053 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,12 @@ All notable changes to `Localizater` will be documented in this file. +## Version 2.0 + +### Add + +- Support Laravel 8 + ## Version 1.3 ### Add diff --git a/composer.json b/composer.json index f89536a..0ea2cc9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "getsupercode/localizater", - "version": "1.3.0", + "version": "2.0.0", "description": "Laravel package for wrapping routes in multiple locale prefixes", "license": "MIT", "type": "library",