diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a83d3..040e1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,23 +3,36 @@ All notable changes to this project will be documented in this file. ## [Released] +## [0.8] - 2017-02-18 + +### Added +- add laravel 5.* support. + +### Removed +- remove laravel scout. you should install it manually with this package if you want. + ## [0.7.5] - 2017-02-17 + ### fixed - fix query caching for lumen. ## [0.7.4] - 2017-02-17 + ### Added - add composer based applications support. ## [0.7.3] - 2017-02-16 + ### Added - add lumen framework support. ## [0.7.2] - 2017-02-14 + ### Added - make the package supports earlier requirements as much as possible. ## [0.7.1] - 2017-02-14 + ### Added - update dependencies of package to work with: @@ -28,6 +41,7 @@ All notable changes to this project will be documented in this file. laravel/laravel >= 5.3 ## [0.7] - 2017-02-12 + ### Added - add query caching layer. - add laravel scout support. @@ -36,11 +50,13 @@ All notable changes to this project will be documented in this file. - more optimization. ## [0.6] - 2017-02-04 + ### Added - add scan and scroll queries. - ignore some http request to avoid exceptions. ## [0.5] - 2017-01-17 + ### Added - add create index ability. - add drop index ability. @@ -48,6 +64,7 @@ All notable changes to this project will be documented in this file. - ignore HTTP response errors using query builder. ## [0.4] - 2017-01-15 + ### Added - add search boost factor. - add increment update. @@ -55,19 +72,24 @@ All notable changes to this project will be documented in this file. - add update using script. ## [0.3] - 2017-01-07 + ### Added - add bulk inserts. ## [0.2] - 2017-01-07 + ### Added - some fixes. ## [0.1] - 2017-01-07 + ### Added - basic builder. -[Released]: https://github.com/basemkhirat/elasticsearch/compare/0.7.4...HEAD +[Released]: https://github.com/basemkhirat/elasticsearch/compare/0.8...HEAD +[0.8]: https://github.com/basemkhirat/elasticsearch/compare/0.7.5...0.8 +[0.7.5]: https://github.com/basemkhirat/elasticsearch/compare/0.7.4...0.7.5 [0.7.4]: https://github.com/basemkhirat/elasticsearch/compare/0.7.3...0.7.4 [0.7.3]: https://github.com/basemkhirat/elasticsearch/compare/0.7.2...0.7.3 [0.7.2]: https://github.com/basemkhirat/elasticsearch/compare/0.7.1...0.7.2