Skip to content

Commit

Permalink
Update to 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Dec 6, 2022
1 parent b9b6049 commit 844dafc
Show file tree
Hide file tree
Showing 11 changed files with 3,645 additions and 4,953 deletions.
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
### v4.7.2 BETA (2022-11-30)
### v4.7.3 (2022-12-06)

**Note** A future update will require Java 17. To prepare for that a message will be shown asking you to update your system accordingly. If you're running NZBHydra2 in docker you don't need to do anything.

**Feature** Set the environment variable NZBHYDRA_DISABLE_UPDATE to true to disable the NZBHydra update mechanism (similar as to when it's run inside docker). This can be used by package maintainers. See <a href="https://github.com/theotherp/nzbhydra2/issues/809">#809</a>



### v4.7.2 (2022-11-30)

**Fix** Handle results without date.

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.nzbhydra</groupId>
<artifactId>nzbhydra2</artifactId>
<version>4.7.3-SNAPSHOT</version>
<version>4.7.3</version>
</parent>

<artifactId>core</artifactId>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.nzbhydra</groupId>
<artifactId>mapping</artifactId>
<version>4.7.3-SNAPSHOT</version>
<version>4.7.3</version>
</dependency>

<!-- spring (boot) -->
Expand Down

0 comments on commit 844dafc

Please sign in to comment.