From 6f41dcb17b92d0a6ab389a2aa79b1b166d195346 Mon Sep 17 00:00:00 2001 From: Christopher Moussa Date: Wed, 31 Aug 2022 08:29:40 -0700 Subject: [PATCH] NEWS: add release notes for v0.19.0 --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index c457a12a4..a5e34e2d2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +flux-accounting version 0.19.0 - 2022-09-07 +------------------------------------------- + +#### Features + +* Add new `plugin.query` callback to multi-factor priority plugin which returns +internal information about users and banks, active and running job counts, and +any held jobs at the time of the query (#264) + flux-accounting version 0.18.1 - 2022-08-09 -------------------------------------------