diff --git a/composer.json b/composer.json index c32328b..6bb32cd 100644 --- a/composer.json +++ b/composer.json @@ -48,5 +48,5 @@ "preferred-install": "dist" }, "prefer-stable": true, - "minimum-stability": "dev" + "minimum-stability": "stable" } diff --git a/docs/changes.md b/docs/changes.md index 16051d3..b8ddea9 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -5,6 +5,13 @@ title: Change Log ## Version 3.2 {#v3-2} +### v3.2.5 {#v3-2-5} + +* Update default routes file. ([@taylorotwell](https://github.com/taylorotwell)) +* Allow for setting sqlite database via env. ([@dakira](https://github.com/dakira)) +* Use Laravel standard on opening tag/namespace. +* Ignore schedule files. ([@kevinsimard](https://github.com/kevinsimard)) + ### v3.2.4 {#v3-2-4} * Handle authorization header via `.htaccess`. ([@paulvl](https://github.com/paulvl))