Skip to content

Commit c5171cd

Browse files
chore(release): 2.40.0 [skip ci]
# [2.40.0](v2.39.0...v2.40.0) (2025-01-16) ### Features * **elasticsearch:** add post_filter to whitelist of body terms for ES 7 and 8 ([99344c6](99344c6))
1 parent 4cb5180 commit c5171cd

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.40.0](https://github.com/kuzzleio/kuzzle/compare/v2.39.0...v2.40.0) (2025-01-16)
2+
3+
4+
### Features
5+
6+
* **elasticsearch:** add post_filter to whitelist of body terms for ES 7 and 8 ([99344c6](https://github.com/kuzzleio/kuzzle/commit/99344c6f8e161d7c428e7bb9195c263dd15ac645))
7+
18
# [2.39.0](https://github.com/kuzzleio/kuzzle/compare/v2.38.1...v2.39.0) (2025-01-15)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kuzzle",
33
"author": "The Kuzzle Team <[email protected]>",
4-
"version": "2.39.0",
4+
"version": "2.40.0",
55
"description": "Kuzzle is an open-source solution that handles all the data management through a secured API, with a large choice of protocols.",
66
"bin": "bin/start-kuzzle-server",
77
"scripts": {

0 commit comments

Comments
 (0)