From bccfc81f83798f1ae6b315b795aaf845b662cff1 Mon Sep 17 00:00:00 2001 From: roby Date: Mon, 10 Oct 2022 12:57:45 -0600 Subject: [PATCH] release 2022.2.5: document updates --- docs/release-notes.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 8aa9786e13..252274fdb7 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,8 +8,10 @@ ## Version 2022.2 +- 2022.2.5 (Oct 2022) + - docker tag: `latest`, `2022.2`, `2022.2.5` - 2022.2.4 (Sept 2022) - - docker tag: `latest`, `2022.2`, `2022.2.4` + - docker tag: `2022.2.4` - 2022.2.3 (Sept 2022) - docker tag: `2022.2.3` - 2022.2.2 (Aug 2022) @@ -69,6 +71,8 @@ - Improved: Grouping in multi-product viewer is not per table [IRSA-4815](https://github.com/Caltech-IPAC/firefly/pull/1270)) - Fixed: tap date selection feedback not updating [Firefly-1075](https://github.com/Caltech-IPAC/firefly/pull/1271)) - Fixed: regression issue, pixel readout re-enabled for images, DM-36291 +- 2022.2.5 + - Fixed: null pointer exception in `BaseIUbeDataSource.java`