diff --git a/CHANGELOG.md b/CHANGELOG.md index a8981530..0166e988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Release History +* 2.8.1 Fix bull queue job publishing + * 2.8.0 Add ability to run jobs on demand (#211) - thanks @bvallelunga! * 2.7.1 Fix add job functionality (#197) - thanks @bogdan! diff --git a/package-lock.json b/package-lock.json index 7c2a362b..0afeba0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bull-arena", - "version": "2.8.0", + "version": "2.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3af80120..d7ecd6fb 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,5 @@ "node": ">=7.6.0" }, "repository": "https://github.com/bee-queue/arena.git", - "version": "2.8.0" + "version": "2.8.1" }