From 9a4fac5857749d500650fea241cd9ffd3c9f610e Mon Sep 17 00:00:00 2001 From: mgrochalskisoldevelo Date: Tue, 22 Oct 2024 13:05:24 +0200 Subject: [PATCH] Bumped up version to 15.2.7-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 e08b4ab1..b70fa433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ 15.2.7 / WIP ================== +Improvements: +* [OLMIS-7989](https://openlmis.atlassian.net/browse/OLMIS-7989): Extension of import functionality by adding possibility to import +facilities and supported programs. + * Improved performance. +* [OLMIS-7895](https://openlmis.atlassian.net/browse/OLMIS-7895): Add demo data for BUQ and TB Monthly +* [OLMIS-7988](https://openlmis.atlassian.net/browse/OLMIS-7988): Add DHIS2 integration rights +* [OLMIS-7953](https://openlmis.atlassian.net/browse/OLMIS-7953): Improve some API calls performance +* [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 * [MW-1367](https://openlmis.atlassian.net/browse/MW-1367): Add active flag to MinimalFacilityDto +* [AO-802](https://openlmis.atlassian.net/browse/AO-802): Add endpoint `GET api/orderables/{product_id}` to retrieve +the history of price changes 15.2.6 / 2023-11-07 ================== diff --git a/gradle.properties b/gradle.properties index 8544e91d..91c325ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,4 +9,4 @@ serviceName=openlmis-referencedata # Only a Release Manager should update this # See https://openlmis.atlassian.net/wiki/display/OP/Rolling+a+Release ###################################################################### -serviceVersion=15.2.7-SNAPSHOT +serviceVersion=15.2.7-RC1