From 2067856d6ab243eefadec1eda93766653a39d64c Mon Sep 17 00:00:00 2001 From: mgrochalskisoldevelo Date: Tue, 22 Oct 2024 12:37:55 +0200 Subject: [PATCH] Bumped up version to 8.3.9-RC1, updated changelog --- CHANGELOG.md | 11 +++++++++++ gradle.properties | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e6f159f..91911a579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +8.3.9 / WIP +================== +Bug fixes: +* [OLMIS-7923](https://openlmis.atlassian.net/browse/OLMIS-7923): Fix missing fields in requisition prints +* [MALAWISUP-5622](https://openlmis.atlassian.net/browse/MALAWISUP-5622): Fix issue with batch first and second approvals + +Improvements: +* [OLMIS-7895](https://openlmis.atlassian.net/browse/OLMIS-7895): Add demo data for BUQ and TB Monthly +* [OIS-14](https://openlmis.atlassian.net/browse/OIS-14): Upgrade Transifex API version +* [OIS-48](https://openlmis.atlassian.net/browse/OIS-48): Update service base images to versions without known vulnerabilities + 8.3.8 / 2024-04-19 ================== Bug fixes: diff --git a/gradle.properties b/gradle.properties index 65ffc98c1..0f61849b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,4 +9,4 @@ serviceName=openlmis-requisition # Only a Release Manager should update this # See https://openlmis.atlassian.net/wiki/display/OP/Rolling+a+Release ###################################################################### -serviceVersion=8.3.9-SNAPSHOT +serviceVersion=8.3.9-RC1