diff --git a/CHANGELOG.md b/CHANGELOG.md index e82f41c6e..cbfb41567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added support for the multi-match query type `bool_prefix` [#2220](https://github.com/ruflin/Elastica/pull/2220) * Supported PHP 8.4 [#2221](https://github.com/ruflin/Elastica/pull/2221) * Added support for custom key to IpRange and GeoDistance `addRange` using a common trait [#2227](https://github.com/ruflin/Elastica/pull/2227) +* Added bucket sort aggregation [#2229](https://github.com/ruflin/Elastica/pull/2229) ### Changed