From 85f7817c788cfefc8b02711d843b14acc4bccff8 Mon Sep 17 00:00:00 2001 From: basemkhirat Date: Mon, 23 Oct 2017 18:18:57 +0200 Subject: [PATCH] version 1.3 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1767df..8ffc67d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. ## [Released] +## [1.3] - 2017-10-23 + +# Added +- Auto package discovery for laravel 5.5 or higher. +- Custom connection handlers. + +# Fixed +- Fix whereBetween and whereNotBetween methods. ## [1.2] - 2017-07-23 @@ -236,7 +244,8 @@ All notable changes to this project will be documented in this file. - Basic builder. -[Released]: https://github.com/basemkhirat/elasticsearch/compare/1.2...HEAD +[Released]: https://github.com/basemkhirat/elasticsearch/compare/1.3...HEAD +[1.3]: https://github.com/basemkhirat/elasticsearch/compare/1.2...1.3 [1.2]: https://github.com/basemkhirat/elasticsearch/compare/1.1...1.2 [1.1]: https://github.com/basemkhirat/elasticsearch/compare/1.0...1.1 [1.0]: https://github.com/basemkhirat/elasticsearch/compare/0.9.9...1.0