diff --git a/changelog.md b/changelog.md index cf1bdd0f2..110baf7f5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +### v7.12.1 (2025-01-12) + +**Fix** Workaround for parsing of results for an indexer which had to restore from a backup lately. Results will show no category until they fix the issue on their side. + + + ### v7.12.0 (2025-01-10) **Feature** If enabled log and/or store username for NZB links. This way when sending a link to be downloaded from hydra the username that caused the download will be known. See #981 diff --git a/core/pom.xml b/core/pom.xml index def2c2680..ff4b1c0cb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra nzbhydra2 - 7.12.1-SNAPSHOT + 7.12.1 core @@ -99,7 +99,7 @@ org.nzbhydra mapping - 7.12.1-SNAPSHOT + 7.12.1 diff --git a/other/mockserver/pom.xml b/other/mockserver/pom.xml index 2c0532d79..b0ce1f86c 100644 --- a/other/mockserver/pom.xml +++ b/other/mockserver/pom.xml @@ -59,7 +59,7 @@ org.nzbhydra mapping - 7.12.1-SNAPSHOT + 7.12.1 jaxb-impl diff --git a/pom.xml b/pom.xml index 88dc3bee9..ebf2527ab 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.nzbhydra nzbhydra2 pom - 7.12.1-SNAPSHOT + 7.12.1 shared diff --git a/releases/generic-release/pom.xml b/releases/generic-release/pom.xml index d1b965f01..3f034efaf 100644 --- a/releases/generic-release/pom.xml +++ b/releases/generic-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 7.12.1-SNAPSHOT + 7.12.1 generic-release @@ -15,7 +15,7 @@ org.nzbhydra core - 7.12.1-SNAPSHOT + 7.12.1 diff --git a/releases/linux-amd64-release/pom.xml b/releases/linux-amd64-release/pom.xml index 680f8838c..301f48c17 100644 --- a/releases/linux-amd64-release/pom.xml +++ b/releases/linux-amd64-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 7.12.1-SNAPSHOT + 7.12.1 linux-amd64-release @@ -15,7 +15,7 @@ org.nzbhydra core - 7.12.1-SNAPSHOT + 7.12.1 diff --git a/releases/linux-arm64-release/pom.xml b/releases/linux-arm64-release/pom.xml index 6b19dc28e..a3cf6e237 100644 --- a/releases/linux-arm64-release/pom.xml +++ b/releases/linux-arm64-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 7.12.1-SNAPSHOT + 7.12.1 linux-arm64-release @@ -15,7 +15,7 @@ org.nzbhydra core - 7.12.1-SNAPSHOT + 7.12.1 diff --git a/releases/pom.xml b/releases/pom.xml index 941333a38..e87c4a16a 100644 --- a/releases/pom.xml +++ b/releases/pom.xml @@ -4,12 +4,12 @@ org.nzbhydra nzbhydra2 - 7.12.1-SNAPSHOT + 7.12.1 releases pom - 7.12.1-SNAPSHOT + 7.12.1 generic-release diff --git a/releases/windows-release/pom.xml b/releases/windows-release/pom.xml index 58509cd97..ef46e8f88 100644 --- a/releases/windows-release/pom.xml +++ b/releases/windows-release/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra releases - 7.12.1-SNAPSHOT + 7.12.1 windows-release @@ -15,7 +15,7 @@ org.nzbhydra core - 7.12.1-SNAPSHOT + 7.12.1 diff --git a/shared/mapping/pom.xml b/shared/mapping/pom.xml index c8e381083..a7fa73f4b 100644 --- a/shared/mapping/pom.xml +++ b/shared/mapping/pom.xml @@ -6,7 +6,7 @@ org.nzbhydra shared - 7.12.1-SNAPSHOT + 7.12.1 mapping diff --git a/shared/pom.xml b/shared/pom.xml index 5fe381366..4e025b189 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -4,12 +4,12 @@ org.nzbhydra nzbhydra2 - 7.12.1-SNAPSHOT + 7.12.1 shared pom - 7.12.1-SNAPSHOT + 7.12.1 mapping diff --git a/tests/pom.xml b/tests/pom.xml index 4aab3435f..85ffc0571 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ org.nzbhydra nzbhydra2 - 7.12.1-SNAPSHOT + 7.12.1 tests diff --git a/tests/system/pom.xml b/tests/system/pom.xml index f25817e5c..60fb13280 100644 --- a/tests/system/pom.xml +++ b/tests/system/pom.xml @@ -23,7 +23,7 @@ org.nzbhydra tests - 7.12.1-SNAPSHOT + 7.12.1 org.nzbhydra.tests @@ -101,7 +101,7 @@ org.nzbhydra mapping - 7.12.1-SNAPSHOT + 7.12.1 com.github.docker-java