diff --git a/CHANGELOG.md b/CHANGELOG.md index a76ed8d9..aec81780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.4.0](https://github.com/bee-queue/arena/compare/v4.3.0...v4.4.0) (2024-05-03) + +### Features + +- **bull:** add clean jobs button for completed and failed ([#675](https://github.com/bee-queue/arena/issues/675)) ([e62aef0](https://github.com/bee-queue/arena/commit/e62aef022cf771b715cf65d100391f6f88c5cfd5)) + ## [4.3.0](https://github.com/bee-queue/arena/compare/v4.2.0...v4.3.0) (2024-04-27) ### Features diff --git a/package-lock.json b/package-lock.json index d40d6b62..aaa66928 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bull-arena", - "version": "4.3.0", + "version": "4.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bull-arena", - "version": "4.3.0", + "version": "4.4.0", "license": "MIT", "dependencies": { "body-parser": "^1.20.0", diff --git a/package.json b/package.json index cb158e62..2d794dde 100644 --- a/package.json +++ b/package.json @@ -68,5 +68,5 @@ "bullmq" ], "repository": "https://github.com/bee-queue/arena.git", - "version": "4.3.0" + "version": "4.4.0" }