diff --git a/CHANGELOG b/CHANGELOG index 953a404c13f006f8fa5d5fe289532d17471eb1f9..88351d330a74f7dfd7c6f3db6213e2708c33c3b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +minerva (17.0.0~beta.3) unstable; urgency=medium + * Bug fix: HGNC changed url format - all identifiers.org links must be + refreshed (#1696) + + -- Piotr Gawron <piotr.gawron@uni.lu> Tue, 13 Feb 2024 11:00:00 +0200 + minerva (17.0.0~beta.2) unstable; urgency=medium * Bug fix (regression): minerva was very slow in production due to cache issue (#1987) diff --git a/persist/src/main/resources/db/migration/hsql/17.0.0~beta.2/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql b/persist/src/main/resources/db/migration/hsql/17.0.0~beta.3/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql similarity index 100% rename from persist/src/main/resources/db/migration/hsql/17.0.0~beta.2/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql rename to persist/src/main/resources/db/migration/hsql/17.0.0~beta.3/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql diff --git a/persist/src/main/resources/db/migration/postgres/17.0.0~beta.2/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql b/persist/src/main/resources/db/migration/postgres/17.0.0~beta.3/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql similarity index 100% rename from persist/src/main/resources/db/migration/postgres/17.0.0~beta.2/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql rename to persist/src/main/resources/db/migration/postgres/17.0.0~beta.3/V17.0.0.20240213__remove_and_refresh_hgnc_links.sql