diff --git a/changelog.md b/changelog.md index cb8e08b6c..548407c6d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ## Changelog +### 4.16.1 - Bugfix: Previous update broke temporary upload paths ### 4.16.0 diff --git a/readme.md b/readme.md index 2d601d01b..e2c17d59f 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Administrator is an administrative interface builder for [Laravel](http://larave - **Author:** Jan Hartigan - **Website:** [http://frozennode.com](http://administrator.frozennode.com/) -- **Version:** 4.16.0 +- **Version:** 4.16.1 [![Build Status](https://travis-ci.org/FrozenNode/Laravel-Administrator.png?branch=master)](https://travis-ci.org/FrozenNode/Laravel-Administrator) @@ -53,6 +53,9 @@ Administrator is released under the MIT License. See the LICENSE file for detail ## Recent Changelog +### 4.16.1 +- Bugfix: Previous update broke temporary upload paths + ### 4.16.0 - It's now possible to use the raw value of a file/image field to help with storing files on remote servers.