diff --git a/CHANGELOG.md b/CHANGELOG.md index 3867a45fe9..7d3a9bfe10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.35.2](https://github.com/kuzzleio/kuzzle/compare/v2.35.1...v2.35.2) (2024-12-31) + + +### Bug Fixes + +* Remove needs statement in action ([2dec872](https://github.com/kuzzleio/kuzzle/commit/2dec8724b994685fe38a6b6d5fc11821fe897939)) + ## [2.35.1](https://github.com/kuzzleio/kuzzle/compare/v2.35.0...v2.35.1) (2024-12-31) diff --git a/package-lock.json b/package-lock.json index f970cc9089..25980e425e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kuzzle", - "version": "2.35.1", + "version": "2.35.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kuzzle", - "version": "2.35.1", + "version": "2.35.2", "license": "Apache-2.0", "dependencies": { "aedes": "0.46.3", diff --git a/package.json b/package.json index a9a8f2e524..02b1c302d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kuzzle", "author": "The Kuzzle Team ", - "version": "2.35.1", + "version": "2.35.2", "description": "Kuzzle is an open-source solution that handles all the data management through a secured API, with a large choice of protocols.", "bin": "bin/start-kuzzle-server", "scripts": {