diff --git a/changelog.md b/changelog.md index 6ef41b58f..55104a5d1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ ## Changelog +### 4.16.5 - Bugfix: Another strange old bug where multiple search fields would do a where and instead of a where or ### 4.16.4 diff --git a/readme.md b/readme.md index 87de36fdd..7541f6c1f 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.4 +- **Version:** 4.16.5 [![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.5 +- Bugfix: Another strange old bug where multiple search fields would do a where and instead of a where or + ### 4.16.4 - Bugfix: Strange old bug when using only a setter field on a model