diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b0208..32e2739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ - Improve logs schema - Drop a queue and all its related contents - Drop a document from the queue -- [wip] Update queue counters while "playing" a document -- [pln] Update queue counters while dropping +- Update queue counters while "playing" a document +- Update queue counters while dropping ## v0.0.6 diff --git a/package.json b/package.json index 900af5b..5c0b8e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "console", "organization": "fetchq", - "version": "0.0.6", + "version": "0.0.7", "description": "Manage your Fetchq cluster like a PRO", "main": "ssr/index.js", "scripts": {